how to set 1 gun in hand only
#1

i want to set player only 1 gun in hand!
Reply
#2

PHP код:
SetPlayerSkillLevel(playeridWEAPONSKILL_PISTOL1); 
Reply
#3

how to set 1 gun in hand only? example: if player have shotgun and buy another gun he can't! i want this
Reply
#4

The way you phrased it was kind of misleading.

Why don't you simply reset the weapons and give that 1 weapon you want a player can hold only?

pawn Код:
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, ...);
Reply
#5

Where to put this?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)