Compile 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: Compile error!! (
/showthread.php?tid=442940)
Compile error!! -
ewida - 09.06.2013
Hello guys im update my Server to 0.3x With Streamer and Sscanf and when I compile I got this errors!!
pawn Код:
\pawno\include\streamer.inc(157) : error 029: invalid expression, assumed zero
\pawno\include\streamer.inc(157) : error 008: must be a constant expression; assumed zero
\pawno\include\streamer.inc(157) : error 001: expected token: ";", but found "const"
\pawno\include\streamer.inc(157) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
and this line 157 at pawno/include/streamer.inc...
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);
Re: Compile error!! -
Aly - 09.06.2013
Ok , but show us how you used SetDynamicObjectMaterialText or that's how you use it?
Re: Compile error!! -
ewida - 09.06.2013
im just update it and Define OBJECT_MATERIAL_SIZE_256x128 at Streamer and get this Error...
Go here this when I Update and compile And no Changes just update and compile and get this errors >
http://forum.sa-mp.com/showthread.ph...61#post2562761
Re: Compile error!! -
Aly - 09.06.2013
Did you update the streamer?
If you don't update it.
https://sampforum.blast.hk/showthread.php?tid=102865