24.06.2010, 12:39
That is the code for displaying TextDraws. Even if you create the textdraws, they are hidden untill displayed.
So:
Put it where you want the textdraw to show up.
Use:
to hide it again.
You can also use
and
.
So:
Quote:
Originally Posted by DJDhan
Код:
TextDrawShowForPlayer(playerid,textdrawname); |
Use:
Код:
TextDrawHideForPlayer(playerid,textdrawname);
You can also use
Код:
TextDrawShowForAll(textdrawname);
Код:
TextDrawHideForAll(textdrawname);