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.

Pugs developer app [2018-05-22]

Status
Not open for further replies.

Spooky Boi

Spooky Dog
Joined
Nov 12, 2017
Messages
12
Points
8
Age
21
Title Your Application:Pugs developer app [2018-05-22]

[PUG] - Developer Application - [2018-05-22]

Name (Steam Name): YourSonblanket

Date of joining Revival: Nov 12, 2017

Tell us about yourself:Well there's not much about me well down in Canada I race cars f-1600 to be exact I've been Racing for about 7 years now and I've been on this community for a year and a half I think before I retired I was head admin But now I want to try something new like developing this will be my first time I've been practicing at school and at home for coding

Do you have a microphone? (Please state clarity of this said microphone): yes I have a Turtle Beach Recon

What role are you taking? (Programmer, Server Configurator, Mapper etc.): I can help in fixing jobs and making jobs that's what I have been learning

Why do you want to become a developer for Revival? (One Paragraph Min.):I want to become a developer for Revival cuz I want to boost my skills and programming this will be the first time I ever become a developer this gets accepted I want to help this amazing community and I also want to learn how to code better

What will you bring to the development team?: I can bring to the Development team a hard-working and an amazing person that can learn very quickly

Can you show/link us your work?(Required): TEAM_TEST = DarkRP.createJob("Heavy Arms Dealer", {

color = Color(0, 0, 0, 255),

model = {“models/monk.mdl"},

description = [[You sell guns to the resistance to bring in that cash, don't get caught by the police.]],

weapons = {"weapon_sf2_ak103", "fas2_dv2"},

command = "Arms Dealer",

max = 3,

salary = 0,

admin = 0,

vote = false,

hasLicense = false,

candemote = false,

category = "Dealer",
PlayerSpawn = function(ply)
ply:SetMaxHealth(150)
ply:SetHealth(150)
ply:SetWalkSpeed(0)
ply:SetRunSpeed (25)
)}


TEAM_DRUG = DarkRP.createJob("Drug Dealer", {
color = Color(80, 45, 0, 255),
model = "models/Eli.mdl",
description = [[You're a drug dealer. You sell anonymous drugs. doing /advert will be instant demotion]],
weapons = {weapon_shotgun},
command = "drug",
max = 3,
salary = 15,
admin = 0,
vote = false,
hasLicense = false
})

resource.AddWorkshop("12758349") (that is if you wanted to add a model to the server)


DarkRP.createShipment("Blaster Rifle", {
model = "models/servius/starwars/battlefront/pasty_pistol.md",
entity = "tfa_hr_swep_magnum",
amount = 10,
price = 0,
separate = false,
pricesep = 0,
noship = false,
category = "Test",
allowed = {TEAM_GUN},
customCheck = function(ply) return
table.HasValue({TEAM_GUN}, ply:Team())
)}



TEAM_TEST = DarkRP.createJob("Director of Foundation Security", {

color = Color(0, 0, 0, 255),

model = {“models/player/combine_super_soldier"},

description = [[You keep Gensec in line.]],

weapons = {"Tfa_rebirth_m90"},

command = "Gensec",

max = 1,

salary = 0,

admin = 0,

vote = false,

hasLicense = false,

candemote = false,

category = "Gensec",
PlayerSpawn = function(ply)
ply:SetMaxHealth(750)
ply:SetHealth(750)
ply:SetWalkSpeed(0)
ply:SetRunSpeed (25)
)}

DarkRP.createShipment("AK-47", {
model = "model_weapon_w_rif_ak47.mdl",
entity = "weapon_ak472",
amount = 10,
price = 250,
separate = true,
pricesep = 250,
noship = true,
category = "Automatic Firearms",
allowed = {TEAM_GUN}
})

DarkRP.createGroupChat(TEAM_CITIZEN, TEAM_GUN)

DarkRP.createEntityGroup("cops and soldiers", TEAM_POLICE)

https://pastebin.com/muSDcCFX
^ assignment

TEAM_POLICE = DarkRP.createJob("SWAT", {
color = Color(5, 0, 255, 255),
model = {"models/player/swat.mdl"},
description = [[you save citizen from places]],
weapons = {"cw_deagle", "cw_flash_grenade"},
command = "SWAT",
max = 6,
salary = 250,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
PlayerSpawn = function(ply)
ply:SetMaxHealth(150)
ply:SetHealth(150)
ply:SetArmor(150)
ply:SetWalkSpeed(150)
ply:SetRunSpeed (190)

end
},


DarkRP.createCategory{
name = "SWAT",
categorises = "jobs",
startExpanded = true,
color = Color(5, 0, 255, 255),
canSee = function(ply) return true end,
sortOrder = 5
})

Are you active on Teamspeak?: I'm on every day

Do you agree to be active on the Development Trello and Kik chat?: yes i do

Do you understand that abuse of your developer powers will result in an instant blacklist and demotion from the Revival Development Team?: i understand
 
Last edited:

Sal

The Cardinal Crow
Joined
Nov 19, 2017
Messages
91
Points
63
Location
Virginia, United States of America
NEUTRAL
I believe that you can bring an A-Grade attitude and initiative to learning GLUA, but you lack the communication skills needed to be an active developer. If you have found a way to fix this current problem of yours I will change my vote.
 

Spooky Boi

Spooky Dog
Joined
Nov 12, 2017
Messages
12
Points
8
Age
21
NEUTRAL
I believe that you can bring an A-Grade attitude and initiative to learning GLUA, but you lack the communication skills needed to be an active developer. If you have found a way to fix this current problem of yours I will change my vote.
will try thanks
 

Kraken

Lead Developer
Joined
May 19, 2018
Messages
88
Points
8
Age
26
Location
Somewhere...?
NEUTRAL
(Fix your errors and I will change my vote.)
Here’s a few things with your application. A few grammar errors, your communication skills are a bit off. Another thing. With your work that you currently have shown would not be enough for a +1. However your motives seem to be good but overall, I think you need more detail to your application. Fix your errors and provide more and if possible something unique that we don’t see from every other application. I think your willingness to learn more and interest kept me from a -1. Looking to see your improvements.

Also that job would not work because your missing the following below the ply.SetRunSpeed and you also missed something in the weapons:

end
})



It should be this for weapons-
weapons = {“weapon_sf2_ak103”, “fas2_dv2”}

BUT, since you are new to GLua. Considering with what you did is very good to start with. With some help along the way and more practice I think you could do well “in time”. However I would get more initial experience first and watch some GLua tutorials. Also, you can ask another developer on RS for tips or help! That’s what we are here for. As the guidelines say, you should be experienced in the position “before” you apply for it. That’s why I will not give a +1.


To sum it up, you are wanting to be a developer to help your own skills grow. As I have stated the work you have shown is not sufficient. The main reason is because it is one job with nothing really special added on. Don’t misread me here in saying that’s not good because it is a good thing to code jobs. However, that’s not the only thing the development team is looking for. I voted neutral because I want to see how you improve and learn more. It’s great that you applied and showed your current skill level but I don’t think you’re quite ready yet.


-Simons
 
Last edited:

AmericanReaper | Mikey

Revival Developer
Joined
Nov 23, 2017
Messages
9
Points
8
Age
23
PUG, Your determined to learn GLUA and I know and trust you to the point I’d actually use my Mic for one. I think that with some help from fellow devs you would be a fine addition to the team.

+1
 

Spooky Boi

Spooky Dog
Joined
Nov 12, 2017
Messages
12
Points
8
Age
21
NEUTRAL
Here’s a few things with your application. A few grammar errors, your communication skills are a bit off. Another thing. With your work that you currently have shown would not be enough for a +1. However your motives seem to be good but overall, I think you need more detail to your application. Fix your errors and provide more and if possible something unique that we don’t see from every other application. I think your willingness to learn more and interest kept me from a -1. Looking to see your improvements.

Also that job would not work because your missing the following below the ply.SetRunSpeed and you also missed something in the weapons:

end
})



It should be this for weapons-
weapons = {“weapon_sf2_ak103”, “fas2_dv2”}

BUT, since you are new to GLua. Considering with what you did is very good to start with. With some help along the way and more practice I think you would do well with the team. However I would get more initial experience first and watch some GLua tutorials. Also, you can ask another developer on RS for tips or help! That’s what we are here for.


-Simons
PUG, Your determined to learn GLUA and I know and trust you to the point I’d actually use my Mic for one. I think that with some help from fellow devs you would be a fine addition to the team.

+1
ok thanks for the help
[doublepost=1527076294,1527075937][/doublepost]i updated some parts
 

[VOID] The Mercenary

3 Year Vet!
Joined
Nov 25, 2017
Messages
45
Points
28
Age
25
Location
Chile
Neutral
Damn PUG, never would think you wanted to be a Developer.
I think you need to have more experience and job investment. I believe you have what it takes, its just that with the current evidence you are supplying. It doesn't peak my interests. Sorry dude, try and add more evidence and more investment and I might change my vote.
 

Oof

Ex. Executive Liaison | Developer
Joined
Feb 9, 2018
Messages
19
Points
18
Location
Fucking, Austria
+1 Application looks good, Code needs more work but dont worry, I'll try and help you. I Believe the development team could use someone with this mindset.
 

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
Alright, I am going to give you an assignment.


Make me 10 jobs + 2 Categories with playerspawn functions. I also expect that color is also changed. Show to me that you have a better grasp of GLUA

Do this and I will make a decision.

This application is currently PENDING
 

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
This assignment has many errors including commas.


Fix them.
 

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
Accepted.


You will not be automatically assigned to a server but you will assist other developers with their work. You will be working as a standby developer who assists other developers with their work.
 
Status
Not open for further replies.
Top