#1

Hi? Why my timer is not moving? When missions started its still 6:00 ... help

Код:
new Timer1;

    Timer1 = TextDrawCreate(549.000000, 30.000000, "6:00");
	TextDrawBackgroundColor(Timer1, 255);
	TextDrawFont(Timer1, 1);
	TextDrawLetterSize(Timer1, 0.6599, 1.200000);
	TextDrawColor(Timer1, -1);
	TextDrawSetOutline(Timer1, 1);
	TextDrawSetProportional(Timer1, 1);
How to fix timer? its not count...
Reply
#2

It no gives you errors? Timer1 should have "Text:" tag.
Anyway, you should use "TextDrawSetString" and "format" to change TDs text.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)