cant see textdraw
#6

That is the code for displaying TextDraws. Even if you create the textdraws, they are hidden untill displayed.

So:
Quote:
Originally Posted by DJDhan
Код:
TextDrawShowForPlayer(playerid,textdrawname);
Put it where you want the textdraw to show up.

Use:
Код:
TextDrawHideForPlayer(playerid,textdrawname);
to hide it again.


You can also use
Код:
TextDrawShowForAll(textdrawname);
and
Код:
TextDrawHideForAll(textdrawname);
.
Reply


Messages In This Thread
cant see textdraw - by shoru93 - 24.06.2010, 12:33
Re: cant see textdraw - by iLcke - 24.06.2010, 12:33
Re: cant see textdraw - by DJDhan - 24.06.2010, 12:34
Re: cant see textdraw - by shoru93 - 24.06.2010, 12:35
Re: cant see textdraw - by iLcke - 24.06.2010, 12:38
Re: cant see textdraw - by DJDhan - 24.06.2010, 12:39

Forum Jump:


Users browsing this thread: 1 Guest(s)