Why doesn't this textdraw work?
#2

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, " ");
Reply


Messages In This Thread
Why doesn't this textdraw work? - by Gomma - 14.08.2011, 20:50
Re: Why doesn't this textdraw work? - by Backwardsman97 - 14.08.2011, 20:54
AW: Re: Why doesn't this textdraw work? - by Gomma - 14.08.2011, 20:55

Forum Jump:


Users browsing this thread: 2 Guest(s)