Clock in Create3DTextLabel
#4

I do not want put clock in textdraw.

This is not work:
Код:
new str[11],year,month,day, hours, minutes, seconds;
getdate(year, month, day), gettime(hours, minutes, seconds);
format(str, sizeof(str), "%02d/%02d/%04d", day, month, year);
Create3DTextLabel(str, 0xFFFF00FF, 2047.7760,1916.2606,16.2052, 25.0, 0, 1);
format(str, sizeof(str), "%02d:%02d:%02d", hours, minutes, seconds);
Create3DTextLabel(str, 0xFFFF00FF, 2047.7760,1916.2606,16.4052, 25.0, 0, 1);
Reply


Messages In This Thread
Clock in Create3DTextLabel - by Belajac - 09.02.2013, 18:09
Re: Clock in Create3DTextLabel - by Misiur - 09.02.2013, 18:23
Re: Clock in Create3DTextLabel - by batonsa - 09.02.2013, 18:29
Re: Clock in Create3DTextLabel - by Belajac - 10.02.2013, 12:43

Forum Jump:


Users browsing this thread: 1 Guest(s)