• DarkRP Special Job
    4 replies, posted
So i have a darkrp server and i want to make a job called Slenderman and i want it to remove all the weapons like the physgun and the tool gun but i don't know know how. does anyone know how to do this? All i want him to spawn with is the custom gun i give him in the jobs.lua file. I know its possible but how do i do it? Also how could i make it to where when you become the job it nicknames you to Slenderman? I know thats possible too! thanks, Metro :rock:
Add a hook on job change/spawn that if the job is slenderman, it strips the physgun and tool gun.
i suck at coding. not sure how
Read the wiki before asking... [url]http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields[/url] Add this to your Slenderman job table [lua] PlayerLoadout = function(ply) ply:Give("myslendergrun") return true end, [/lua] That should do what you're trying. Remember to edit the weapon name.
Ok thanks
Sorry, you need to Log In to post a reply to this thread.