Streamer - 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 (
/showthread.php?tid=432445)
Streamer -
NathNathii - 22.04.2013
So I downloaded a streamer.
When I did re-compile my gamemode I get this error.
Код:
C:\Users\linda\Documents\GT Testing\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
The error at line 155
Код:
native SetDynamicObjectMaterialText(objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0);
Re: Streamer -
NathNathii - 22.04.2013
Anyone?
Re: Streamer -
RaZzZzoR - 22.04.2013
Update your include.
Re: Streamer -
NathNathii - 22.04.2013
I did :P
Re: Streamer -
RaZzZzoR - 22.04.2013
Show me the line were is used this function in your streamer.
Re: Streamer -
NathNathii - 22.04.2013
Dont really understand what you mean.
But I'm using this streamer
https://sampforum.blast.hk/showthread.php?tid=102865
Re: Streamer -
Sithis - 22.04.2013
Re-download the entire package, update your server and all includes.
Re: Streamer -
NathNathii - 22.04.2013
Still the same thing.
Re: Streamer -
RaZzZzoR - 22.04.2013
https://sampwiki.blast.hk/wiki/SetObjectMaterialText
There is an example of using this function.
Re: Streamer -
Red_Dragon. - 22.04.2013
This is added in 0.3e, what version do you use ?