SA-MP Forums Archive
Errors after trying to compile objects with Incognitos Streamer? - 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: Errors after trying to compile objects with Incognitos Streamer? (/showthread.php?tid=173941)



Errors after trying to compile objects with Incognitos Streamer? - gangestergta - 04.09.2010

Hi, I'm just wondering how to fix this as i recently tried compiling my script after i converted CreateObject to CreateDynamicObject (Incognitos Streamer Plugin), And now i get these errors:

N:\Scripting\pawno\include\cps.inc(140) : warning 208: function with tag result used before definition, forcing reparse
N:\Scripting\pawno\include\streamer.inc(154) : error 017: undefined symbol "INVALID_PLAYER_ID"
N:\Scripting\pawno\include\streamer.inc(205) : warning 235: public function lacks forward declaration (symbol "OnFilterScriptInit")
N:\Scripting\pawno\include\streamer.inc(209) : error 017: undefined symbol "funcidx"
N:\Scripting\pawno\include\streamer.inc(209) : warning 215: expression has no effect
N:\Scripting\pawno\include\streamer.inc(209) : error 001: expected token: ";", but found ")"
N:\Scripting\pawno\include\streamer.inc(209) : error 029: invalid expression, assumed zero
N:\Scripting\pawno\include\streamer.inc(209) : fatal error 107: too many error messages on one line

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


5 Errors.

If anyone can tell me anything about it that would be great.