23.09.2014, 16:57
Well, thats impossible asumming you want to check if players are in the vehicle, or if you have the patient to do.
Until you hit 500, those are like.... 500 verificaitons a second with a timer? thats will quantify the lag you would have with the loop (wich is low...- the loop i mean).
pawn Код:
if(IsPlayerInVehicle(0, vehicleid))
if(IsPlayerInVehicle(1, vehicleid))
//..........................................
if(IsPlayerInVehicle(500, vehicleid))