Im running a DarkRP 2.5 server, and I was wondering how to add armour to a certain job? Ive tried some things like,
[CODE]customCheck = function(ply)
return ply:Team() == JUGG then ply:SetArmor(100))}
end[/CODE]
But it didn't work? Any ideas :)?
[highlight](User was banned for this post ("wrong section/didn't read the sticky" - postal))[/highlight]
Of cause it didn't work you you and if statement in a return without an end. And the customCheck field isn't called at times you should set such things.
Use something like PlayerLoadout. More here : [url]http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields[/url]
[QUOTE=ms333;42505086]Of cause it didn't work you you and if statement in a return without an end. And the customCheck field isn't called at times you should set such things.
Use something like PlayerLoadout. More here : [url]http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields[/url][/QUOTE]
Sorry I don't understand, can you explain it to me more in depth? (I don't code, and yes im a retard).
Anyone?
:(
Study lua or hire someone.
Sorry, you need to Log In to post a reply to this thread.