13.06.2013, 20:55
If you dont use format you use this: Textdraw = TextDrawCreate(0, 0, "Fire in the hole!");
With format you use this:
It works in the same way sendclientmessage with specifiers work.
With format you use this:
pawn Код:
new score[40];
format(score, .........)
Textdraw = TextDrawCreate(0, 0, score);