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



Streamer Problem - DJRebis - 12.08.2013

Hello, in streamer include are theese errors:
Код:
C:\Documents and Settings\Lauris\Desktop\GTA SAMP Serveri\New UF\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Documents and Settings\Lauris\Desktop\GTA SAMP Serveri\New UF\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Documents and Settings\Lauris\Desktop\GTA SAMP Serveri\New UF\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Documents and Settings\Lauris\Desktop\GTA SAMP Serveri\New UF\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
But whne i definied thos 2 things there still that 2 errors! But they are already Forwarded!
Where is the streamer newest version?


Re: Streamer Problem - JeaSon - 12.08.2013

update ur plugin and include then try to compile


Click here


Re: Streamer Problem - DJRebis - 12.08.2013

Quote:
Originally Posted by Namer
Посмотреть сообщение
update ur plugin and include then try to compile
Nop still theese errors/warnings!


Re: Streamer Problem - JeaSon - 12.08.2013

show these code lines


try to open gm from pawno


Re: Streamer Problem - DJRebis - 12.08.2013

Код:
forward Streamer_OnPlayerDisconnect(playerid, reason);
And here:
Код:
forward Streamer_OnPlayerEditObject(playerid, playerobject, objectid, response, Float:fX, Float:fY, Float:fZ, Float:fRotX, Float:fRotY, Float:fRotZ);
It says then there are thos errors