A nooby question.
#1

This may seem nooby, but how do I make it so my script disallows dual weapons such as dual sawn-offs & Colt .45s?

Is it something to do with SetPlayerSkillLevel?
Reply
#2

You can only set those weapons to use one weapon with that function it should be placed in OnPlayerSpawn() if you don't want those weapons don't give them
Reply
#3

Yes.
pawn Код:
SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)