Welcome to Revival Servers!

Welcome to Revival. The forums is an important aspect of joining the Community. This is where you can meet other community members, apply for staff, provide suggestions and participate in many other activities.

Extrav Dev Appication

Status
Not open for further replies.

Extrav

Naval Fleet Admiral
Joined
May 11, 2017
Messages
12
Points
8
Extrav Dev Application
[Name] - Developer Application - 8/15/17

Name: Extrav
Date of joining Revival: May 15, 2017
Tell us about yourself: I am a outgoing person with a creative mind. I like to go hiking and
What role are you taking: Trial Developing for Halo RP server.
Why do you want to become a developer for Revival: I want to be a Dev for halo because I want to make sure that the code is right and that it is correct before it gets put out their. I want to make sure that players are getting want they ask for and to have the jobs get fixed when it is needed to be. I want to help the halo community and to fix any problems that is needed. I know a bit of coding in my past of learning in high school and part time with a friend, showing me how he built a web site and gaming code for guns and models.
What will you bring to the development team: I want to bring a helping hand to the community and to help with any problems in the server. I will make sure to have the code done right the first time and not have it done over again.
Can you show/link us your work(Must): I do not have much, but I learned this during high school.

This is a do while loop in C++
#include <stdio.h>
int main ()
{ /* local variable definition */ int a = 10;
/* do loop execution */
do { printf("value of a: %d\n", a);
a = a + 1; }
while( a < 20 );
return 0;
}
/*The printf function inherits for the <stdio.h>. Which is basically a function inside a header.*/

Are you active on Teamspeak: Yes.
Do you agree to be active on the Development Trello and Kik chat. Yes.
Do you have a microphone? Yes, but it is not a very good mic.
 
Status
Not open for further replies.
Top