help me please - 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)
+--- Thread: help me please (
/showthread.php?tid=330760)
help me please -
Sami Ham - 02.04.2012
i compiled some gamemodes and got this error
C:\Users\******\Desktop\Mini Missions\gamemodes\CTP.pwn(722) : warning 235: public function lacks forward declaration (symbol "next")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
how to fix it?
Re: help me please -
James Coral - 02.04.2012
Code? Show us The Code then we can Help
Re: help me please -
TheArcher - 02.04.2012
You haven't forward your public so put
Note: Be sure the syntax is right.
Re: help me please -
freddy smyth - 02.04.2012
You need to define what the term "next" means when used in the context of the script.