SA-MP Forums Archive
Streamer.inc error 017 - 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.inc error 017 (/showthread.php?tid=459789)



Streamer.inc error 017 - Gecko75 - 24.08.2013

I've updated my streamer.inc file, and it still gives me these errors.
Код:
C:\Users\Scoot\Desktop\Gecko's Rock\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Scoot\Desktop\Gecko's Rock\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Scoot\Desktop\Gecko's Rock\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Scoot\Desktop\Gecko's Rock\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Line 155:
Код:
const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const
Line 399:
Код:
if (type == SELECT_OBJECT_PLAYER_OBJECT)



Re: Streamer.inc error 017 - lider1241 - 24.08.2013

Are you using NGRP script?


Re: Streamer.inc error 017 - Gecko75 - 24.08.2013

I'm using the RW:RP script.


Re: Streamer.inc error 017 - Konstantinos - 24.08.2013

Update with the latest version of Streamer plugin (both plugin and include files).


Re: Streamer.inc error 017 - AndreT - 24.08.2013

Judging from the error, it is not the streamer include that needs to be updated, it is the SA-MP server includes that need to be updated?


Re: Streamer.inc error 017 - Gecko75 - 24.08.2013

Still giving me the error.