[HELP] Countdown - 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] Countdown (
/showthread.php?tid=81214)
[HELP] Countdown -
TheDanzar - 09.06.2009
I've put a countdown feature into my server, and I keep getting this warning. It doesn't effect the feature itself, so it's not a big deal, but I just like to clear my server of all warnings
Код:
(1552) : warning 235: public function lacks forward declaration (symbol "countdown")
Theres the warning, heres the line it says:
Any help?
Re: [HELP] Countdown -
HydraX - 09.06.2009
put this on the top of your script
forward countdown();
Re: [HELP] Countdown -
TheDanzar - 09.06.2009
Quote:
Originally Posted by HydraX [hydrablast.smfnew.com
]
put this on the top of your script
forward countdown();
|
Aha, thank you! I knew it was something simple :P