I need help doing the following things with jobs,
I want some jobs not to be able to pick up any weapons
I want a job to walk and run slower and spawn with armor
I want a job to walk and run faster and also jump higher
Lastly, i want a job to run faster
If you know how to do any of this your help would be greatly appreciated.
[code] PlayerLoadout = function(ply)
ply:SetArmor(XXX)
ply:SetWalkSpeed(XXX)
ply:SetRunSpeed(XXX)
ply:SetHealth(XXX)
end,[/code]
thats all I know for you fam :c
Thx
some one else going to help?
[QUOTE=MGFear;51597271][code] PlayerLoadout = function(ply)
ply:SetArmor(XXX)
ply:SetWalkSpeed(XXX)
ply:SetRunSpeed(XXX)
ply:SetHealth(XXX)
end,[/code]
thats all I know for you fam :c[/QUOTE]
To add to this list:
[url=http://wiki.garrysmod.com/page/Player/SetJumpPower]player:SetJumpPower[/url]
And here's a list of darkrp job fields you can call those functions in:
[url]http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields[/url]
[QUOTE=Fruitwesp;51598147]To add to this list:
[url=http://wiki.garrysmod.com/page/Player/SetJumpPower]player:SetJumpPower[/url]
And here's a list of darkrp job fields you can call those functions in:
[url]http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields[/url][/QUOTE]
Thank you
Sorry, you need to Log In to post a reply to this thread.