[Help] Switch statement question
#4

Quote:
Originally Posted by Emmet_
Посмотреть сообщение
You don't need a switch statement.

pawn Код:
new skin = GetPlayerSkin(playerid);
if (skin >= 280 && skin <= 286) {
    skin++;
}
SetPlayerSkin(playerid, skin);
Thanks alot mate!
Reply


Messages In This Thread
[Help] Switch statement question - by basse - 13.10.2013, 16:59
Re: [Help] Switch statement question - by Emmet_ - 13.10.2013, 17:00
Re: [Help] Switch statement question - by xVIP3Rx - 13.10.2013, 17:02
Re: [Help] Switch statement question - by basse - 13.10.2013, 17:02
Re: [Help] Switch statement question - by Konstantinos - 13.10.2013, 17:02

Forum Jump:


Users browsing this thread: 1 Guest(s)