Streamer Plugin help - 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 Plugin help (
/showthread.php?tid=437211)
Streamer Plugin help -
ewida - 14.05.2013
Hello, im Update my Streamer When I compile my Gamemode I get this errors
pawn Код:
C:\Server [APPROVED] 1\pawno\include\streamer.inc(157) : error 029: invalid expression, assumed zero
C:\Server [APPROVED] 1\pawno\include\streamer.inc(157) : error 008: must be a constant expression; assumed zero
C:\Server [APPROVED] 1\pawno\include\streamer.inc(157) : error 001: expected token: ";", but found "const"
C:\Server [APPROVED] 1\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 Codes in the Streamer.inc line 157
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);