• Button to remove weapons.
    4 replies, posted
Just a little singleplayer something, just a option thing, when you enable it all your weapons get removed.
[code] function StripAll( ply ) for k, v in pairs(player.GetAll()) do v:StripWeapons(); end end concommand.Add("clear_weapons", StripAll ) [/code]
[QUOTE=Fallschirmjager;20452185][code] function StripAll( ply ) for k, v in pairs(player.GetAll()) do v:StripWeapons(); end end concommand.Add("clear_weapons", StripAll ) [/code][/QUOTE] what exactly do I do with that /dumbs incoming
bump
lua/autorun/server/any_name_you_like.lua
Sorry, you need to Log In to post a reply to this thread.