SA-MP Forums Archive
Error 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)
+--- Thread: Error Streamer (/showthread.php?tid=344307)



Error Streamer - Josip_Hrnjak - 20.05.2012

I upgraded to samp version 0.3e and i placed 0.3e stramer and include and I got 2 errors and 1 warning

Код:
D:\GTA samp\Sve vezano za skriptanje\gamemodovi\Gamemode\Gamemode\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
D:\GTA samp\Sve vezano za skriptanje\gamemodovi\Gamemode\Gamemode\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
D:\GTA samp\Sve vezano za skriptanje\gamemodovi\Gamemode\Gamemode\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
D:\GTA samp\Sve vezano za skriptanje\gamemodovi\Gamemode\Gamemode\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
that error as you see comes from streamer include and i dont know how to fix it so please help..

and i have this include --> http://www.2shared.com/file/hhqEic6H/streamer.html


Thanks


Re: Error Streamer - Josip_Hrnjak - 20.05.2012

Can anyone help me please??


Re: Error Streamer - [FMJ]PowerSurge - 20.05.2012

Are you compiling with a 0.3e a_samp?

Try replacing ALL default sa-mp includes with ones from a 0.3e folder.


Re: Error Streamer - Josip_Hrnjak - 20.05.2012

Thanks