[HELP] Includes? - 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: [HELP] Includes? (
/showthread.php?tid=99173)
[HELP] Includes? -
~Varrez~ - 26.09.2009
Now yeah I have an good idea, I got everything that I need for it.
But its supposed to be an include, but I don't know how to make it!

So can someone help me at it? Help would be lovely!
Re: [HELP] Includes? -
V1ceC1ty - 26.09.2009
have alook at other peoples includes and learn from them, thats how i learnt pawn :P
Re: [HELP] Includes? -
brett7 - 26.09.2009
stock heal(playerid)
{
SetPlayerHealth(playerid, 100);
}
thats a very basic one