Posts: 262
Threads: 72
Joined: Jan 2009
Reputation:
0
Can someone tell me godd antiweapon?
Posts: 2,034
Threads: 153
Joined: Jan 2009
Reputation:
0
you could disable every single weapon. would take very long though
Posts: 2,034
Threads: 153
Joined: Jan 2009
Reputation:
0
SetDisabledWeapons(then weapon Id's here)
example:
SetDisabledWeapons(43,44,45);
Posts: 144
Threads: 37
Joined: Dec 2011
Reputation:
0
well, why not put under onplayerupdate, ResetPlayerWeapons(playerid); then even if they have a weapon they cant use it for long, or you could use SetTimer for when the player connects and do the same.