Quote:
Originally Posted by Primes007
To set player's active weapon to fist, use
PHP код:
SetPlayerArmedWeapon(playerid,0);
To completely remove all weapons and make active one fist, use
PHP код:
ResetPlayerWeapons(playerid);
|
Thanks, is there a way to lock them into the fists without the player losing their weapons tough?