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



Streamer Error - MrCallum - 10.05.2016

I get this error for streamer:

Quote:

C:\Users\Callum Riley\Desktop\Server\pawno\include\streamer.inc(48 7) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\Callum Riley\Desktop\Server\pawno\include\streamer.inc(48 9) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"




Re: Streamer Error - J0sh... - 10.05.2016

Your includes are old.

Re-download the server package.


Re: Streamer Error - XavMartin - 11.05.2016

this usually happens when you have an extra parameter on your functions which cause a conflict, or using old includes as the guy above mentioned.


Re: Streamer Error - Micko123 - 11.05.2016

Update your YSI includes and it should do he work. (At least for me did )