streamer error? - 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: streamer error? (
/showthread.php?tid=520932)
streamer error? -
TheKillZone - 20.06.2014
When i try to compile a GM these 2 errors keep coming up, how do i fix them please? I've got the streamer include open but i cant seem to find the problem
Код:
C:\Users\PC\Desktop\Gaming\Everything for gta samp\my server samp\WCRP\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\PC\Desktop\Gaming\Everything for gta samp\my server samp\WCRP\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\my server samp\WCRP\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\my server samp\WCRP\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: streamer error? -
Steel_ - 20.06.2014
Show us the errors
Re: streamer error? -
TheKillZone - 20.06.2014
Sorry lol forgot them, here they are:
Код:
C:\Users\PC\Desktop\Gaming\Everything for gta samp\my server samp\WCRP\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\PC\Desktop\Gaming\Everything for gta samp\my server samp\WCRP\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\my server samp\WCRP\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\my server samp\WCRP\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: streamer error? -
Steel_ - 20.06.2014
I just researched and i think you havent installed it correctly! try reinstalling
Re: streamer error? -
Rufio - 20.06.2014
Update your streamer, install the latest with plugins etc. then re-open your pawno, hit 'new', then close it up. And re-open your gamemode compile again. It must work.