18.07.2009, 15:13
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. |
![Smiley](images/smilies/smile.png)
Now I have a box that looks like this:
![](http://i684.photobucket.com/albums/vv204/AndreasSA/stats.png)
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);