SA-MP Forums Archive
I really am hopeless - 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: I really am hopeless (/showthread.php?tid=361846)



I really am hopeless - Peter Alex - 22.07.2012

It's the original zcmd, haven't modified anything, what should I do? This occurs when I compile the gamemode, not the inc

Код:
E:\SA-MP Server\pawno\include\zcmd.inc(62) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
E:\SA-MP Server\pawno\include\zcmd.inc(64) : error 017: undefined symbol "funcidx"
E:\SA-MP Server\pawno\include\zcmd.inc(64) : warning 215: expression has no effect
E:\SA-MP Server\pawno\include\zcmd.inc(64) : error 001: expected token: ";", but found ")"
E:\SA-MP Server\pawno\include\zcmd.inc(64) : error 029: invalid expression, assumed zero
E:\SA-MP Server\pawno\include\zcmd.inc(64) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.



Re: I really am hopeless - ReneG - 22.07.2012

What gamemode are you using?

There could be a lot of things wrong really.


Re: I really am hopeless - Rob_Maate - 22.07.2012

Make SURE that

pawn Код:
#include <a_samp>
comes BEFORE

pawn Код:
#include <zcmd>