[Solved]Disable weapons...
Whats the code to disable equipments and guns for only axis. I need them to only use knife /yea
self takeAllWeapons();
if(self.pers["team"] == "axis")
and
self giveWeapon("something with knife");
NVM I just took the weapons and gave them usp with 0 ammo
-Solved