Something wrong with this array?
#5

Searching helps mate. Try it next time.

pawn Код:
for(new i = 0; i < sizeof(BusStop); i++)
{
    if(IsPlayerInRangeOfPoint(playerid, range, BusStop[i][0], BusStop[i][1], BusStop[i][2]))
    {
        // do something
        break;
    }
}
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: 2 Guest(s)