SA-MP Forums Archive
\pawno\include\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL" - 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: \pawno\include\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL" (/showthread.php?tid=339059)



\pawno\include\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL" - AdamCooper - 02.05.2012

-Title-
I'm using a old game mode it has no plugins.
The objects was invisible so I installed ingicto's 2.6 streamer.
I've done that before and it worked fine but this time I'm getting an error :

C:\Users\2\Desktop\samp03dsvr_R2_win32\pawno\inclu de\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL"

If you have any idea, share it please

Thanks in advance, Adam.


Re: \pawno\include\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL" - ReneG - 02.05.2012

Try updating the includes, if it really is that old.


Re: \pawno\include\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL" - AdamCooper - 02.05.2012

I updated them, downloaded the new 2.6.


Re: \pawno\include\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL" - Ballu Miaa - 02.05.2012

Download the SAMP 0.3d R2 Windows server files again. Download Icognito's Streamer again. Extract them in new folders. Copy , streamer.inc to Pawno>Include. And streamer.dll and streamer.so to plugins folder.

Try then!


Re: \pawno\include\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL" - zSuYaNw - 02.05.2012

Re-download sever patch,

Or put this in top of your script:
pawn Code:
#define  MAPICON_LOCAL 0



Re: \pawno\include\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL" - AdamCooper - 05.05.2012

Thanks guys, solved.