if statements with arrays
#2

pawn Код:
for(new i; i < sizeof(TollGate); i++)
{
    if(/*something*/ == TollGate[i])
    {
        // Do stuff
        break;
    }
}
Reply


Messages In This Thread
if statements with arrays - by Lidor124 - 11.03.2014, 12:00
Re: if statements with arrays - by Vince - 11.03.2014, 12:06
Re: if statements with arrays - by Richie© - 11.03.2014, 12:06

Forum Jump:


Users browsing this thread: 2 Guest(s)