General
In-Game Name: Ben Skywalker
Steam Name: Kermit
Time played on ImperialRP server: 1 day 14 hrs (est)
Current Rank & Regiment: Ben Skywalker Republic
Application
Why do you want to become a Developer?: To make the server unique
What coding languages do you know (please also describe how fluent you are in each)?:
Lua script: Basic - intermittent
c# : Basic (Did it a while ago)
Phyton: Basic (Did it a while ago)
Bockly: Advanced
Ev3 (Robotics): Advanced
Please provide some projects/scripts you have written below:
Kills and respawns player when they type /respawn in console.
hook.Add( "PlayerSay", "RespawnCommand", function( ply, text, public )
if ( string.lower( text ) == "/respawn" ) then
ply:Kill()
ply:Spawn()
return ""
end
end )
Changes color of all entities on map to red.
local entities = ents.GetAll()
for k , v in pairs(entities) do
local c = Color(255,0,0)
v:SetColor(c)
end
Spams console with number 1 - 100.
for i = 1 , 100 do
print(i)
end
io.read()
Agreement
By typing YES, you understand that you will receive no in-game privileges (staff powers) and your main purpose will be to follow the directions of the Head Developer. You also understand that you may be tested and evaluated by the Head Developer BEFORE you can work on server content. You also understand that you can be removed from this role at any time by a higher member of staff without warning, as long as a valid reason is given: YES (will i keep admin rank in staff team?)
PLEASE NOTE THAT ADVERTISING THIS APPLICATION IN ANY WAY WILL RESULT IN AN INSTANT DENIAL
ACCEPTED
- Due to a lack of developers, you will keep you role as Admin in the staff team