Create TextDraw like money style
#1

I tried to create a textdraw like this one here down by using the following code, but I didn't have succes. Can someone help me? doing it?
Код:
new Text:Time, Text:Date, Text:Cash;
Date = TextDrawCreate(543.000000, 16.000000,"--");
    TextDrawBackgroundColor(Date, 255);
    TextDrawFont(Date, 3);
    TextDrawLetterSize(Date, 0.539999, 2.000000);
    TextDrawColor(Date,COLOR_LIGHTBLUE);
    TextDrawSetOutline(Date, 0);
    TextDrawSetProportional(Date, 1);
    TextDrawSetShadow(Date, 1);
    
    Time = TextDrawCreate(543.000000, 33.000000,"--");
    TextDrawBackgroundColor(Time, 255);
    TextDrawFont(Time, 3);
    TextDrawLetterSize(Date, 0.539999, 2.000000);
    TextDrawColor(Time,COLOR_LIGHTBLUE);
    TextDrawSetOutline(Time, 0);
    TextDrawSetProportional(Time, 1);
    TextDrawSetShadow(Time, 1);
    
    Cash = TextDrawCreate(555.500000, 33.000000, "00000000");
    TextDrawBackgroundColor(Cash, 255);
    TextDrawFont(Cash, 3);
    TextDrawLetterSize(Cash, 0.577999, 2.000000);
    TextDrawSetOutline(Cash, 1);
    TextDrawSetProportional(Cash, 1);
    TextDrawSetShadow(Cash, 1);
Reply


Messages In This Thread
Create TextDraw with style of money [+REP] - by blanic - 12.12.2015, 11:13
Re: Create TextDraw like money style - by ZaBraNjeNi - 12.12.2015, 11:42

Forum Jump:


Users browsing this thread: 1 Guest(s)