24.04.2010, 13:06
How put heal tonomat in HQ Hitman ? please Smiley and /arms (/cabinet ) of HQ Grove street don't have arms , heal ,
please tell me how can make this !
please tell me how can make this !
i want put a Heal pleace ! in HQ Hitman
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: