Streamer errors.
#1

Those are the errors i get after compile:

pawn Код:
Streamer.inc(158) : error 029: invalid expression, assumed zero
Streamer.inc(158) : error 008: must be a constant expression; assumed zero
Streamer.inc(158) : error 001: expected token: ";", but found "const"
Streamer.inc(158) : fatal error 107: too many error messages on one line
The line 158:
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);
Any suggestions?
Reply
#2

Try.

Код:
native SetDynamicObjectMaterialText(objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0);
Reply
#3

Same errors on same line :/
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)