23.01.2011, 08:22
How can i heal peoples around me?not all players only around me if u got a link or a script pls put it here !
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid, x, y, z);
for(new i = 0;i<MAX_PLAYERS;i++) if(IsPlayerInRangeOfPoint(i, 50.0, x, y, z)) SetPlayerHealth(i,100);