SA-MP Forums Archive
Help ! - 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: Help ! (/showthread.php?tid=399540)



Help ! - ByKoRsSaN - 15.12.2012

Код:
 : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
 : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
 : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
 : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.



Re: Help ! - zDevon - 15.12.2012

Seems like a streamer plugin related issue. Not much else to be told with what little you've provided.


Re: Help ! - dannyk0ed - 15.12.2012

Re-download the server packages, and redownload the lastest streamer.


Re: Help ! - Threshold - 15.12.2012

I had this problem, and I honestly couldn't fix it by downloading the latest version, it is an unsolved bug with the streamer, so what you should really do is just edit the include. Yes I said edit it... you need to add #define OBJECT_... and the other undefined, and for those that lack forward declaration, you need to add: forward OnPlayerEditObject(... and the other one.


Re: Help ! - maramizo - 15.12.2012

Make sure you have this streamer.inc


Re: Help ! - RajatPawar - 15.12.2012

What a load of shit ^, you don't need to edit anything, just re download streamer and recompile it, fixed the problem for me!