Quote:
Originally Posted by Konstantinos
That is one part ^
The array is 2D so a correct example would be:
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 7.0, TruckingUnload[0][0], TruckingUnload[0][1], TruckingUnload[0][2]))
if the player is in range with the first row of TruckingUnload. In case you need to check if the player is in range of any point, use a loop.
|
what is loop for? can you give an example?