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.

Space Man's Dev app

Status
Not open for further replies.

Space Man

God
Joined
Dec 8, 2017
Messages
25
Points
28
Age
25
[Space Man] - Developer Application - [4/3/2018]


Name:
Spaceman


Date of joining Revival:
Around December 1

Tell us about yourself:
My name is Space Man and a lot of people know me on SCP-RP I’m a cool person to hang around with (Told by some people)


What role are you taking:
T-Developer on SCP-RP


Why do you want to become a developer for Revival:
Because I’ve never been a developer on a server, but I was a Co-owner of a dark-rp server and I made a lot of jobs and had many script errors. I’ve heard Head General make jobs for the Terminator servers and it sounds cool, I’ve done it before it’s not very hard.
I want to try out for trial developer because it's an interesting job and I've been a co-owner
and I've done deving before and I think it's not hard. I ask if head general can help me with deving and the other devs as well.


What will you bring to the development team:
I will bring a nice since of humor and I'm talkative I'll interact with the community I'm well known on SCP


Can you show/link us your work(Must):
I don't have any of it saved the server shutdown but here's what I can do
I have the Job.lua saved
--[[---------------------------------------------------------------------------
DarkRP custom jobs
---------------------------------------------------------------------------
This file contains your custom jobs.
This file should also contain jobs from DarkRP that you edited.
Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
Once you've done that, copy and paste the job to this file and edit it.
The default jobs can be found here:
https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
For examples and explanation please visit this wiki page:
http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields

Add jobs under the following line:
---------------------------------------------------------------------------]]
TEAM_TEST = DarkRP.createJob("GOC Medic", {
color = Color(17, 40, 234 ),
model = {"models/player/pmc_5/pmc__03.mdl"},
description = [[You are a GOC Medic you heal the other GOC and yourself]],
weapons = {"fas2_ifak fas2_galil", "weapon_sh_healgrenade", "weapon_empty_hands", "weapon_cuff_elastic"},
command = "GOCMedic",
max = 2,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "GOC",
})



--[[---------------------------------------------------------------------------
Define which team joining players spawn into and what team you change to if demoted
---------------------------------------------------------------------------]]
GAMEMODE.DefaultTeam = TEAM_CITIZEN

--[[---------------------------------------------------------------------------
Define which teams belong to civil protection
Civil protection can set warrants, make people wanted and do some other police related things
---------------------------------------------------------------------------]]
GAMEMODE.CivilProtection = {
[TEAM_POLICE] = true,
[TEAM_CHIEF] = true,
[TEAM_MAYOR] = true,
}
--[[---------------------------------------------------------------------------
Jobs that are hitmen (enables the hitman menu)
---------------------------------------------------------------------------]]
DarkRP.addHitmanTeam(TEAM_MOB)

: DarkRP.createCategory{
name = "GOC", -- The name of the category.
categories = "jobs", -- What it categories. MUST be one of "jobs", "entities", "shipments", "weapons", "vehicles", "ammo".
startExpanded = true, -- Whether the category is expanded when you open the F4 menu.
color = Color(0, 107, 0, 255), -- The color of the category header.
canSee = function(ply) return true end, -- OPTIONAL: whether the player can see this category AND EVERYTHING IN IT.
sortOrder = 1000, -- OPTIONAL: With this you can decide where your category is. Low numbers to put it on top, high numbers to put it on the bottom. It's 100 by default.
}




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
 

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
[Space Man] - Developer Application - [4/3/2018]


Name:
Spaceman


Date of joining Revival:
Around December 1

Tell us about yourself:
My name is Space Man and a lot of people know me on SCP-RP I’m a cool person to hang around with (Told by some people)


What role are you taking:
T-Developer on SCP-RP


Why do you want to become a developer for Revival:
Because I’ve never been a developer on a server, but I was a Co-owner of a dark-rp server and I made a lot of jobs and had many script errors. I’ve heard Head General make jobs for the Terminator servers and it sounds cool, I’ve done it before it’s not very hard.
I want to try out for trial developer because it's an interesting job and I've been a co-owner
and I've done deving before and I think it's not hard. I ask if head general can help me with deving and the other devs as well.


What will you bring to the development team:
I will bring a nice since of humor and I'm talkative I'll interact with the community I'm well known on SCP


Can you show/link us your work(Must):
I don't have any of it saved the server shutdown but here's what I can do
I have the Job.lua saved
--[[---------------------------------------------------------------------------
DarkRP custom jobs
---------------------------------------------------------------------------
This file contains your custom jobs.
This file should also contain jobs from DarkRP that you edited.
Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
Once you've done that, copy and paste the job to this file and edit it.
The default jobs can be found here:
https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
For examples and explanation please visit this wiki page:
http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields

Add jobs under the following line:
---------------------------------------------------------------------------]]
TEAM_TEST = DarkRP.createJob("GOC Medic", {
color = Color(17, 40, 234 ),
model = {"models/player/pmc_5/pmc__03.mdl"},
description = [[You are a GOC Medic you heal the other GOC and yourself]],
weapons = {"fas2_ifak fas2_galil", "weapon_sh_healgrenade", "weapon_empty_hands", "weapon_cuff_elastic"},
command = "GOCMedic",
max = 2,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "GOC",
})



--[[---------------------------------------------------------------------------
Define which team joining players spawn into and what team you change to if demoted
---------------------------------------------------------------------------]]
GAMEMODE.DefaultTeam = TEAM_CITIZEN

--[[---------------------------------------------------------------------------
Define which teams belong to civil protection
Civil protection can set warrants, make people wanted and do some other police related things
---------------------------------------------------------------------------]]
GAMEMODE.CivilProtection = {
[TEAM_POLICE] = true,
[TEAM_CHIEF] = true,
[TEAM_MAYOR] = true,
}
--[[---------------------------------------------------------------------------
Jobs that are hitmen (enables the hitman menu)
---------------------------------------------------------------------------]]
DarkRP.addHitmanTeam(TEAM_MOB)

: DarkRP.createCategory{
name = "GOC", -- The name of the category.
categories = "jobs", -- What it categories. MUST be one of "jobs", "entities", "shipments", "weapons", "vehicles", "ammo".
startExpanded = true, -- Whether the category is expanded when you open the F4 menu.
color = Color(0, 107, 0, 255), -- The color of the category header.
canSee = function(ply) return true end, -- OPTIONAL: whether the player can see this category AND EVERYTHING IN IT.
sortOrder = 1000, -- OPTIONAL: With this you can decide where your category is. Low numbers to put it on top, high numbers to put it on the bottom. It's 100 by default.
}




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

+1 Have spoken with him, he is dedicated and is willing to learn more about GLUA
[doublepost=1522804313,1522798598][/doublepost]@William
 

William

President
President
Years of Service
Joined
Jan 17, 2017
Messages
439
Points
93
Great, well you are

Accepted

General will show you the ropes and we will provide you a test server so you can work on some jobs here and there until you become proficient enough to work on the actual test server.
 
Status
Not open for further replies.
Top