#1

pawn Код:
foreach(Player, playerid) {
        if(IsPlayerInForbidZone(playerid) == 1)
        {
            if(PlayerInfo[playerid][Class] == 10 || PlayerInfo[playerid][Class] == 11 || PlayerInfo[playerid][Class] == 12)
            {
               continue;
            }
continue stops the loop from looping. How can i continue loop?
Reply


Messages In This Thread
loop - by armyoftwo - 01.01.2011, 13:48
Re: loop - by Grim_ - 01.01.2011, 13:49
Re: loop - by armyoftwo - 01.01.2011, 13:49
Re: loop - by Grim_ - 01.01.2011, 13:51
Re: loop - by armyoftwo - 01.01.2011, 13:53
Re: loop - by Grim_ - 01.01.2011, 13:58
Re: loop - by armyoftwo - 01.01.2011, 14:01
Re: loop - by Grim_ - 01.01.2011, 14:03
Re: loop - by armyoftwo - 01.01.2011, 14:10

Forum Jump:


Users browsing this thread: 1 Guest(s)