help me please
#1

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?
Reply
#2

Code? Show us The Code then we can Help
Reply
#3

You haven't forward your public so put
pawn Код:
forward next();
Note: Be sure the syntax is right.
Reply
#4

You need to define what the term "next" means when used in the context of the script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)