"Gray box" with text?
#5

Quote:
Originally Posted by Don Correlli
I prefer this: http://forum.sa-mp.com/index.php?topic=29132.0
Use it, it's very easy.
Thank you, that made everything much easier !
Now I have a box that looks like this:


How can I fill in with "Money:"
"Level:"
Etc?
The "Money" one can just use GetPlayerMoney(); or something, but how to use it within the textdraw?

pawn Код:
Textdraw0 = TextDrawCreate(2.000000,189.000000,"stats");
    TextDrawUseBox(Textdraw0,1);
    TextDrawBoxColor(Textdraw0,0x00000066);
    TextDrawTextSize(Textdraw0,104.000000,39.000000);
    TextDrawAlignment(Textdraw0,1);
    TextDrawBackgroundColor(Textdraw0,0x00000066);
    TextDrawFont(Textdraw0,3);
    TextDrawLetterSize(Textdraw0,1.000000,1.200000);
    TextDrawColor(Textdraw0,0xffffffff);
    TextDrawSetOutline(Textdraw0,1);
    TextDrawSetProportional(Textdraw0,1);
    TextDrawSetShadow(Textdraw0,1);
Reply


Messages In This Thread
"Gray box" with text? - by Anarkien - 18.07.2009, 13:26
Re: "Gray box" with text? - by Correlli - 18.07.2009, 13:48
Re: "Gray box" with text? - by Anarkien - 18.07.2009, 14:12
Re: "Gray box" with text? - by Correlli - 18.07.2009, 14:22
Re: "Gray box" with text? - by Anarkien - 18.07.2009, 15:13
Re: "Gray box" with text? - by Serediucr - 18.07.2009, 15:22
Re: "Gray box" with text? - by Anarkien - 18.07.2009, 15:22
Re: "Gray box" with text? - by Correlli - 18.07.2009, 15:24

Forum Jump:


Users browsing this thread: 1 Guest(s)