Hi all
How do I prevent players spawning weapons? I have sbox_weapons set to 0, which prevents players from spawning with them, but they can still get them from the Q > weapons tab
Thanks
You are using DarkRp if so change the value in DarkRp config
[Code]
hook.Add("PlayerGiveSWEP", "AdminOnlySWEPs", function( ply, class, wep )
return ply:IsAdmin()
end)
[/code]
Put it in lua/autorun/dicks.lua
what gamemode?
Sorry, you need to Log In to post a reply to this thread.