02.12.2012, 17:09
hello guys!
i want to make many range points for one command... like if i create 3 objects when i do /test server will
locate 3 range points .... if player is at any of that location it will get that item...
like ?
thanks in advance
i want to make many range points for one command... like if i create 3 objects when i do /test server will
locate 3 range points .... if player is at any of that location it will get that item...
like ?
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, radius, x, y, z) //1st location
else (IsPlayerInRangeOfPoint(playerid, radius, x, y, z) // 2nd location
else (IsPlayerInRangeOfPoint(playerid, radius, x, y, z) // 3rd location
![Smiley](images/smilies/smile.png)