01.10.2012, 14:31
You can't format a string through TextDrawCreate. You need to use format.
pawn Код:
new textDisplay[25];
format(textDisplay, sizeof(textDisplay), "Version: %s", S_VERSION);
version = TextDrawCreate(572.000000, 419.000000, textDisplay);