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
#2

Use textdraw editors.
- https://sampforum.blast.hk/showthread.php?tid=376758 [iPLEOMAX's TextDraw Editor]
- https://sampforum.blast.hk/showthread.php?tid=406833 [Zamaroht TextDraw Editor with Model Previews]
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)