04.06.2015, 11:09
Quote:
Imagine this:
You have the Textdraw with A TextSize. Then, you will hide that Textdraw and you will show another Textdraw that was created before with B TextSize. You will just hide one Textdraw and show another with different TextSize. I don't know if it is this that you want. Just explain what do you mean with the "how?". You just explained what do you want in a very fast way and it's difficult to understand, lol. |
like this?
pawn Код:
TextDrawHideForPlayer(playerid, Textdraw);
TextDrawTextSize(Textdraw,5.0,5.0);
TextDrawShowForPlayer(playerid, Textdraw);