SA-MP Forums Archive
[NEED]/heal Script - 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: [NEED]/heal Script (/showthread.php?tid=183156)



[NEED]/heal Script - Kazzy10 - 14.10.2010

hello i need /heal scirpt .. command


Re: [NEED]/heal Script - ColdXX - 14.10.2010

onplayercommandtext bla bla
{
if(strcmp(cmdtext,"/heal",true) == 0)
{
SetPlayerHealth(playerid,100);
}
return 1;
}


Re: [NEED]/heal Script - Spiral - 14.10.2010

Next time use the WIKI.


Re: [NEED]/heal Script - DarrenReeder - 14.10.2010

Wiki or the Script Request Thread


Re: [NEED]/heal Script - Niixie - 14.10.2010

Quote:
Originally Posted by Spiral
Посмотреть сообщение
Next time use the WIKI.
Or the topic theres made for asking about something?


Re: [NEED]/heal Script - Spiral - 14.10.2010

I helped - the example command is the /heal command. I also gave the link so he wouldnt ask, just search it next time.