Correct my stuff if I'm wrong.
I want to add armor on my CPS and SWATS
[url]http://pastebin.com/W56VfdPB[/url]
The code didn't work.. + I need help . How to make it so Other jobs can't demote other jobs.
candemote = false
Will solve that as far as it goes for preventing others from demoting a job
I mean Lets say I want Don to only can demote his members. Not Don demote mayor and stuff.
[lua]PlayerSpawn = function(ply) ply:SetArmor(100) end, -- you could remove the , if its last line of job[/lua] -- Put under your job like after candemote or something
not sure if this works but it should..
if it doesnt work maybe change ply:SetArmor into ply:Armor because I didnt test it:P
Sorry, you need to Log In to post a reply to this thread.