SA-MP Forums Archive
Need Help with "NameTimer" - 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 Help with "NameTimer" (/showthread.php?tid=173461)



Need Help with "NameTimer" - kiss - 02.09.2010

Hi!
I have a problem.
If i want to compile "LARP" gamemode say this.
C:\Users\Michael\Desktop\larp.pwn(43593) : warning 235: public function lacks forward declaration (symbol "NameTimer")


Re: Need Help with "NameTimer" - Jochemd - 02.09.2010

At the top:
pawn Код:
forward NameTimer;



Re: Need Help with "NameTimer" - ||123|| - 02.09.2010

pawn Код:
forward NameTimer();
Put this at the top. The code above is used if it's a variable, but in this case, it's a public which lacks declaration.