[Help] Switch statement question
#5

I didn't really understand what you want.
pawn Код:
switch( GetPlayerSkin( playerid ) )
{
    case 280: SetPlayerSkin( playerid, 281 );
    case 281: SetPlayerSkin( playerid, 282 );
}
If the skin is 280, it sets it to 281.
If the skin is 281, it sets it to 282.
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)