Disable dual guns
#1

Hello, How can I disable so you cant have two guns in hand?
Reply
#2

SetPlayerSkillLevel(playerid, weaponskill, 1);
Reply
#3

Is it no other way?
Reply
#4

What's wrong with this way?
pawn Код:
SetPlayerSkillLevel(playerid,WEAPONSKILL_MICRO_UZI,1);
Reply
#5

Put this under OnPlayerConnect:

pawn Код:
SetPlayerSkillLevel(playerid, WEAPONSKILL_PISTOL, 0);
SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 0);
SetPlayerSkillLevel(playerid, WEAPONSKILL_MICRO_UZI, 0);
Reply
#6

Thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)