Something wrong with this array?
#4

pawn Код:
for(new i; i < sizeof(BusStop); i++)
{
    if(IsPlayerInRangeOfPoint(playerid, 8.0,BusStop[i][0],BusStop[i][1],BusStop[i][2]))
    {
        // do stuff
        break;
    }
}
Like that.
Reply


Messages In This Thread
Something wrong with this array? - by Onfroi - 22.06.2013, 16:29
Re: Something wrong with this array? - by Scenario - 22.06.2013, 16:32
Re: Something wrong with this array? - by Onfroi - 22.06.2013, 19:23
Re: Something wrong with this array? - by Vince - 22.06.2013, 19:26
Re: Something wrong with this array? - by Scenario - 22.06.2013, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)