Help with Clock System ! + 1 Rep !
#8

PHP код:
public OtherTimer()
{
    new 
string[256];
    new 
stringg[256];
    new 
year,month,day,hours,minutes,seconds;
    
getdate(yearmonthday), gettime(hoursminutesseconds);
    
format(stringsizeof string"%d/%s%d/%s%d"day, ((month 10) ? ("0") : ("")), month, (year 10) ? ("0") : (""), year);
    
TextDrawSetString(Datestring);
    
format(stringsizeof string"%s%d:%s%d", (hours 10) ? ("0") : (""), hours, (minutes 10) ? ("0") : (""), minutes, (seconds 10) ? ("0") : (""), seconds);
    
TextDrawSetString(Timestring); 
Reply


Messages In This Thread
Help with Clock System ! + 1 Rep ! - by Sn4ke2 - 01.06.2015, 15:06
AW: Help with Clock System ! + 1 Rep ! - by Kaliber - 01.06.2015, 15:10
Re: Help with Clock System ! + 1 Rep ! - by Sn4ke2 - 01.06.2015, 15:15
Re: Help with Clock System ! + 1 Rep ! - by Sn4ke2 - 01.06.2015, 15:17
AW: Help with Clock System ! + 1 Rep ! - by Kaliber - 01.06.2015, 15:19
Re: Help with Clock System ! + 1 Rep ! - by Sn4ke2 - 01.06.2015, 15:27
AW: Help with Clock System ! + 1 Rep ! - by Kaliber - 01.06.2015, 15:29
Re: Help with Clock System ! + 1 Rep ! - by Sn4ke2 - 01.06.2015, 15:29
AW: Help with Clock System ! + 1 Rep ! - by Kaliber - 01.06.2015, 15:32
Re: Help with Clock System ! + 1 Rep ! - by Sn4ke2 - 01.06.2015, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)