Clickable textdraw HELP!
#5

Quote:
Originally Posted by Stefand
Посмотреть сообщение
I am about to make my own unique ATM System, with clickable textdraws.
But I never used that before so I have a question how to do it :3

pawn Код:
ATMWITHDRAW = TextDrawCreate(67.000000, 147.000000, "Withdraw");
    TextDrawBackgroundColor(ATMWITHDRAW, 255);
    TextDrawFont(ATMWITHDRAW, 2);
    TextDrawLetterSize(ATMWITHDRAW, 0.429998, 1.899999);
    TextDrawColor(ATMWITHDRAW, -1);
    TextDrawSetOutline(ATMWITHDRAW, 0);
    TextDrawSetProportional(ATMWITHDRAW, 1);
    TextDrawSetShadow(ATMWITHDRAW, 1);
    TextDrawUseBox(ATMWITHDRAW, 1);
    TextDrawBoxColor(ATMWITHDRAW, -1061109560);
    TextDrawTextSize(ATMWITHDRAW, 165.000000, 0.000000);
^That is one Textdraw used in the ATM system wich has to be clickable.

Question one: How do I use TextDrawTextSize, I don't understand wiki :3, so If someone can do it with this code.
(The whole "Withdraw" has to be clickable :P)
Question two: TextDrawSetSelectable is just to define its clickable?
One: use Textdraw editor.
Two: Yes.
Reply


Messages In This Thread
Clickable textdraw HELP! - by Stefand - 22.05.2013, 18:39
Re: Clickable textdraw HELP! - by Pottus - 22.05.2013, 18:55
Re: Clickable textdraw HELP! - by Stefand - 22.05.2013, 19:03
Re: Clickable textdraw HELP! - by Pottus - 22.05.2013, 19:08
Re: Clickable textdraw HELP! - by Littlehelper - 22.05.2013, 19:08
Re: Clickable textdraw HELP! - by Stefand - 22.05.2013, 19:12
Re: Clickable textdraw HELP! - by Pottus - 22.05.2013, 19:19
Re: Clickable textdraw HELP! - by Stefand - 23.05.2013, 13:33
Re: Clickable textdraw HELP! - by radiobizza - 23.05.2013, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)