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.

Marks' developer application

Status
Not open for further replies.

BranX

|TS Mod|Ex - Manager|
Joined
Oct 31, 2017
Messages
16
Points
28
Age
23
Location
United Kingdom
Name: Marks
Date of joining Revival: Back last year around September
Tell us about yourself: Well my name is Brandon, I'm 17 and I live in England and I study forensic computing and networking security in college. I have been with Revival for a while now and I was forced to take a big break for a health reason, we can talk in details about it later if you want, and I have been back for a week or so now and am ready to help in any way I can. I used to be general manager of SCP - RP and I also staffed on VietnamRP (Revival of course). I know people will be worried that because I have only came back recently that I am just here to cause harm but I assure you if I wanted to do that I wouldn't go through the hassle of creating an application.
What role are you taking: Trial Developer of where ever I am needed.
Why do you want to become a developer for Revival: Well I know the basics of Lua, how to create jobs etc, and I want to learn more about Lua and how I can use it to create a better server.
What will you bring to the development team: I am hardworking and I have a great attitude to learn what is needed to become a functional member of the development team.
Can you show/link us your work(Must): I couldn't find any of the files since the server I worked on shut down, so I am just gonna type up some of the code I could remember.

TEAM_BATMAN = DarkRP.createJob("Batman", { (This is used to identify the job in the code)
color = Color(97, 11, 11, 255), (Sets the colour in the tab menu)
model = {"models/player/Group01/female_04.mdl"}, (The model used when playing the job)
description = [[I is the Batman]], (Description of the job)
weapons = {"weapon_stunstick"}, ( Pretty self explanitary)
command = "BATMAN", (Used to switch to job when typing in chat /BATMAN)
max = 1, (Amount of players allowed to use the job at once)
salary = 0, (How much the player is paid while on the job)
admin = 0, (This decides if the job is admin only or not)
vote = false, (Wether or not this job needs to be voted for in order for someone to use)
hasLicense = true, (Has a gun lisence, not exactly useful for any of our servers.)
candemote = false, (Wether or not the player can be demoted from the job.)
category = "Heroes", (What catagory the job is under in the tab menu)
PlayerSpawn = function(ply) (Under this is how the player spawns)
ply:SetMaxHealth(125) (Maximum amount of health they can get)
ply:SetHealth(125) (How much health they spawn in)
ply:SetArmor(50) (The amount of armor they spawn with)
end
})
This is a simple darkRP job I thought of off the top of my head. (If anyone is willing to teach me anything that I don't know I would gladly accept.)


Are you active on Teamspeak: Yes
Do you agree to be active on the Development Trello and Kik chat. Of course
Do you have a microphone? Yup
 

e241

Former Development Director
Developer
TeamSpeak Administrator
Years of Service
Joined
Mar 4, 2018
Messages
115
Points
28
Age
22
Location
United States of America
TEAM_BATMAN = DarkRP.createJob("Batman", {
color = Color(97, 11, 11, 255),
model = {"models/player/Group01/female_04.mdl"},
description = [[I is the Batman]],
weapons = {"weapon_stunstick"},
command = "BATMAN",
max = 1,
salary = 0,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
category = "Heroes",
PlayerSpawn = function(ply)
ply:SetMaxHealth(125)
ply:SetHealth(125)
ply:SetArmor(50)
end
})
-- This is a simple darkRP job I thought of off the top of my head. (If anyone is willing to teach me anything that I don't know I would gladly accept.)


^^^

You forgot the -- for them but still job works and we could always use more developers.

+1
 

BranX

|TS Mod|Ex - Manager|
Joined
Oct 31, 2017
Messages
16
Points
28
Age
23
Location
United Kingdom
TEAM_BATMAN = DarkRP.createJob("Batman", {
color = Color(97, 11, 11, 255),
model = {"models/player/Group01/female_04.mdl"},
description = [[I is the Batman]],
weapons = {"weapon_stunstick"},
command = "BATMAN",
max = 1,
salary = 0,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
category = "Heroes",
PlayerSpawn = function(ply)
ply:SetMaxHealth(125)
ply:SetHealth(125)
ply:SetArmor(50)
end
})
-- This is a simple darkRP job I thought of off the top of my head. (If anyone is willing to teach me anything that I don't know I would gladly accept.)


^^^

You forgot the -- for them but still job works and we could always use more developers.

+1
Thanks for pointing that out to me and thank you for the +1
 

Gunter

Ex Dev for SCP RP
Joined
Jun 8, 2017
Messages
110
Points
28
Age
23
Location
United States of America
+1 Although I dont know who you are nor, have I ever heard about you Im still gonna give my +1 and here are the reasons

1. You have been on the server for a while now

2. You'r an Ex - SCP General manager

3. Your studying forensic computing and networking security

4. You know how to create jobs.

Im sure you and william know each other, which is also a good thing since he is the acting DD (Director of Development) and he'll be the one who decides if your accepted or not.
 

Jet

Undead
Networking Blacklisted
Joined
Sep 15, 2017
Messages
174
Points
28
Location
Fort Bragg, North Carolina
+1 I know he is good because he was my ex manager and idk if he remembers but I taught him how to model a little bit.
 

BranX

|TS Mod|Ex - Manager|
Joined
Oct 31, 2017
Messages
16
Points
28
Age
23
Location
United Kingdom
+1 Although I dont know who you are nor, have I ever heard about you Im still gonna give my +1 and here are the reasons

1. You have been on the server for a while now

2. You'r an Ex - SCP General manager

3. Your studying forensic computing and networking security

4. You know how to create jobs.

Im sure you and william know each other, which is also a good thing since he is the acting DD (Director of Development) and he'll be the one who decides if your accepted or not.
Thank you for the +1


+1 I know he is good because he was my ex manager and idk if he remembers but I taught him how to model a little bit.
Unfortunately I can't remember much from that but thank you for the +1.
 

William

President
President
Years of Service
Joined
Jan 17, 2017
Messages
439
Points
93
Will give an answer by Saturday
 

e241

Former Development Director
Developer
TeamSpeak Administrator
Years of Service
Joined
Mar 4, 2018
Messages
115
Points
28
Age
22
Location
United States of America
Status: PENDING


Get on Teamspeak and I'll interview you.
[doublepost=1523751829,1523731888][/doublepost]Status: ACCEPTED


You will be assigned to HaloRP and work with Gunter.
 
Status
Not open for further replies.
Top