Question - 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: Question (
/showthread.php?tid=182676)
Question -
Tee - 12.10.2010
Today i was looking at Add death spawn tut, and i saw where [DK]JaloNik said to but the:
pawn Код:
new OnPlayerDeathSpawn[MAX_PLAYERS];
new OnPlayerLoginSpawn[MAX_PLAYERS];
Under the #includes. So i tested it, when i put them above the includes, i got errors, but when i put it below(as he said) i got no error, so i want to know what is the difference if i but it below or above.
Re: Question -
DarrenReeder - 12.10.2010
All inlcudes go at the top
Re: Question -
Tee - 12.10.2010
Ok thanks.