Yes i currently own a DarkRP server and i have almost everything set up except for one thing any player can Spawn weapons,drugs and vehicles how do i go about disabling these spawn menus or making them admins only????
Use the PlayerSpawn_____ hooks found here :
[url]http://wiki.garrysmod.com/?title=Gamemode_Hooks#Sandbox_Hooks[/url]
[QUOTE=Crazy Quebec;22592948]Use the PlayerSpawn_____ hooks found here :
[url]http://wiki.garrysmod.com/?title=Gamemode_Hooks#Sandbox_Hooks[/url][/QUOTE]
ok i am very new at lua coding could someone help me?
[editline]02:03AM[/editline]
any help?
[editline]02:19AM[/editline]
can anyone help?
sbox_maxvehicles 0
rp_adminsents 1
rp_adminsweps 1
(console commands)
to disable the props spawning use rp_allowedprops 0
and for the toolgun restrict rp_toolgun 0
full list of the [URL="http://wiki.garrysmod.com/?search=sbox&go=Go"]sandbox[/URL] and [URL="http://darkrp.megagamer.net/kit/index.php?i=commands"]darkrp[/URL] commands
Sorry, you need to Log In to post a reply to this thread.