SA-MP Forums Archive
Heal Tonomat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Heal Tonomat (/showthread.php?tid=143790)



Heal Tonomat - ShoBBy_RlZ - 24.04.2010

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 !


Re: Heal Tonomat - Onyx09 - 24.04.2010

what?


Re: Heal Tonomat - ShoBBy_RlZ - 24.04.2010

i want put a Heal pleace ! in HQ Hitman


Re: Heal Tonomat - Onyx09 - 24.04.2010

Код:
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:



Re: Heal Tonomat - Naxix - 24.04.2010

I think he mean like a pick up?