SA-MP Forums Archive
Some problem with Streamer.inc - 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: Some problem with Streamer.inc (/showthread.php?tid=501254)



Some problem with Streamer.inc - RazSofer - 17.03.2014

Here is the error + the warning:
Quote:

C:\Users\Raz\Desktop\New folder\pawno\include\Streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\Raz\Desktop\New folder\pawno\include\Streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.

it's happens since i updated it


Re: Some problem with Streamer.inc - GalaxyHostFree - 17.03.2014

Update ALSO your a_samp.inc from pawno/include folder. It looks like you only update the streamer.inc. And lastly, recompile your GM and FS


Re: Some problem with Streamer.inc - RazSofer - 17.03.2014

Quote:
Originally Posted by GalaxyHostFree
Посмотреть сообщение
Update ALSO your a_samp.inc from pawno/include folder. It looks like you only update the streamer.inc. And lastly, recompile your GM and FS
i updated it, still happens..


Re: Some problem with Streamer.inc - Calabresi - 17.03.2014

Quote:
Originally Posted by RazSofer
Посмотреть сообщение
i updated it, still happens..
Are you sure that you use latest version of SA-MP? And if not, download the server files & replace WHOLE "pawn" folder to make sure there are no leftovers.


Re: Some problem with Streamer.inc - RazSofer - 17.03.2014

Quote:
Originally Posted by Calabresi
Посмотреть сообщение
Are you sure that you use latest version of SA-MP? And if not, download the server files & replace WHOLE "pawn" folder to make sure there are no leftovers.
Of course! 0.3z.
so i replaced it and it's still not working..


Re: Some problem with Streamer.inc - Calabresi - 17.03.2014

Interesting. Which streamer are you using?


Re: Some problem with Streamer.inc - RazSofer - 17.03.2014

Quote:
Originally Posted by Calabresi
Посмотреть сообщение
Interesting. Which streamer are you using?
this one:
https://sampforum.blast.hk/showthread.php?tid=102865


Re: Some problem with Streamer.inc - GalaxyHostFree - 17.03.2014

I saw this thread and it was fixed by using the new a_samp.inc

https://sampforum.blast.hk/showthread.php?tid=500967


Re: Some problem with Streamer.inc - Calabresi - 17.03.2014

Quote:
Originally Posted by RazSofer
Посмотреть сообщение
It doesn't have anything to do with OnPlayerWeaponShot at all, as far as I know. Probably the include that's been included before streamer causes that.

pawn Код:
#include <anotherinclude>
#include <streamer>
You need to check that "anotherinclude" since I've seen PAWN making some mistakes like this.


Re: Some problem with Streamer.inc - RazSofer - 17.03.2014

Quote:
Originally Posted by Calabresi
Посмотреть сообщение
It doesn't have anything to do with OnPlayerWeaponShot at all, as far as I know. Probably the include that's been included before streamer causes that.

pawn Код:
#include <anotherinclude>
#include <streamer>
You need to check that "anotherinclude" since I've seen PAWN making some mistakes like this.
Works Thanks!