SA-MP Forums Archive
Streamer Plugin problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Streamer Plugin problem (/showthread.php?tid=536606)



Streamer Plugin problem - TheRox - 10.09.2014

Hello, i have a problem with the Streamer plugin by Incognito.

While compiling i get the following error:

Код:
C:\Users\#Something#\OneDrive\Documents\Script\pawno\include\streamer.inc(167) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
I'm using this release: streamer-plugin-2.7.3


Re: Streamer Plugin problem - TheRox - 11.09.2014

UP ?


Re: Streamer Plugin problem - ReD_DeVi - 11.09.2014

Just Add this

pawn Код:
native SetDynamicObjectMaterialText(objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0);
it will be fixed


Re: Streamer Plugin problem - TheRox - 12.09.2014

Nvm i fixed, thanks anways.