14.08.2011, 20:54
It's because when you created it, you gave it an empty string. Put something like a space in there to fix it.
pawn Код:
//change
Windowtext = TextDrawCreate(179.000000, 143.000000, "");
//to
Windowtext = TextDrawCreate(179.000000, 143.000000, " ");