08.09.2017, 19:25
As what kind of variable does the command TextDrawCreate return its id?
i.e is the variable TextDraw in
a string or interger or float or anything?
I have tried formatting it with %s %d %i %f and all but I get the tag mismatch warning.
i.e is the variable TextDraw in
PHP код:
new Text:TextDraw
TextDraw = TextDrawCreate(228.800018, 379.306640, "TextDraw");
I have tried formatting it with %s %d %i %f and all but I get the tag mismatch warning.