24.04.2010, 13:13
Код:
forward HealinSpot(playerid); public HealinSpot(playerid) { if(PlayerToPoint(5.0,playerid, CORDS);// replace with the points you want cords { SeTPlayerHealth(playerid, 100); SendClientMessage(playerid, COLOR,"You have been healed"); } return 1; } something like that? :mrgreen: