19.02.2016, 22:45 
	
	
	
		How far is one unit? I've searched everywhere but I can't find an answer.
	
	
	
	
| 
(playerid, Float:range, Float : x, Float:y, Float:z) | 
| 
if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438 )) {  | 
if(IsPlayerInRangeOfPoint(playerid, 1, x, y, z))
{
    SetPlayerHealth(playerid, health);
}