21.03.2017, 01:40
Hi guys
i done made my new textdraw for count down timer
but need helping to make it working
this my textdraw
i want make the count down from 05:00 To 00:00 And Failed Mission
can somone help me!
+Rep For helping
i done made my new textdraw for count down timer
but need helping to make it working
this my textdraw
PHP код:
Textdraw1 = TextDrawCreate(537.000000, 327.000000, "05:10");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 3);
TextDrawLetterSize(Textdraw1, 0.330000, 1.200000);
TextDrawColor(Textdraw1, -554567169);
TextDrawSetOutline(Textdraw1, 1);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetSelectable(Textdraw1, 0);
can somone help me!
+Rep For helping