16.05.2015, 15:06
Vocк pode usar o GetPlayerPos e o GetPlayerDistanceFromPoint
PHP код:
new Float:x, Float:y, Float:z;
GetPlayerPos(damagedid, x, y, z);
new Float: distancia = GetPlayerDistanceFromPoint(playerid, x, y, z);