SA-MP Forums Archive
Streamer errors - 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 errors (/showthread.php?tid=369494)



Streamer errors - ZBits - 17.08.2012

Код:
C:\Users\Sony\Desktop\usa\pawno\include\streamer.inc(157) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Sony\Desktop\usa\pawno\include\streamer.inc(377) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Sony\Desktop\usa\pawno\include\streamer.inc(399) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Sony\Desktop\usa\pawno\include\streamer.inc(401) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
I include streamer now i get these errors while compling


Re: Streamer errors - RanSEE - 17.08.2012

Those error's are not due to streamer.inc
Update your SA-MP 0.3e include files.


Re: Streamer errors - ZBits - 17.08.2012

i got all the latest includes


Re: Streamer errors - AndreT - 17.08.2012

Is your gamemode compiled with the 0.3e includes? Also is the streamer.inc the newest from Incognito's ****** Code repository?


Re: Streamer errors - Dan. - 17.08.2012

Yeah, these functions were added in 0.3e, so you probably are running on a older version. You should download the new 0.3e server package and move the files there. It's not enough when you download 0.3e includes I think, you have to re-download sa-mp.exe also. Anywayd I'd just download 0.3e.


Re: Streamer errors - ZBits - 17.08.2012

did that

@Andrei yeah it is 0.3e version and the server files are also 0.3e


Re: Streamer errors - ZBits - 17.08.2012

help!


Re: Streamer errors - RanSEE - 17.08.2012

Also do you have the latest streamer plugin 2.6.1 and streamer.inc must be latest aswell.
Download it here : http://code.******.com/p/samp-stream...t?q=label:0.3e


Re: Streamer errors - ZBits - 17.08.2012

downloaded it form there aleady


Re: Streamer errors - ZBits - 17.08.2012

When i remove
pawn Код:
#include <streamer>
There script compiles and works fine