Description
Creates a restrictweapon command using only ES1.5
Syntax:
restrictweapon
This will make it so the chosen userid will be unable to hold the selected weapon.(Note does not work for grenades)
Example:
//Players cannot hold awps!
event player_spawn
{
es restrictweapon event_var(userid) awp
}
~J3ff