ok so i know that the !strip command takes away a players weapon but what is the command to give back their weapons? i checked everywhere to see if theirs a command to give back weapons i cant find anything. so does it have to be added in to the ulx fun.lua file?
That command doesnt exsit. You would have to make it yourself, or find a coder to do it for you.
Basically you can take the strip command, and each weapon that it strips save it to the player, like so.
[lua]ply.weapons = {"allyourweaponshere"}[/lua]
Then, create a command that would call upon that info, and then set it to null.
[QUOTE=Nookyava;43924555]Basically you can take the strip command, and each weapon that it strips save it to the player, like so.
[lua]ply.weapons = {"allyourweaponshere"}[/lua]
Then, create a command that would call upon that info, and then set it to null.[/QUOTE]
awesome, thanx for the help! ill give it a try
Sorry, you need to Log In to post a reply to this thread.