Lmao .
Time and Date Function
the month must be +1 cause its from 0 - 11 but the other things are right^^
There are easier ways /

AcidBase
[code]
const time_t timer = time(NULL);
PrintText(pFont, 1, 1, Green, "The current time and date is: " ctime(&timer) [code]
you could've just done one of these two but mmk
Code:
const time_t timer = time(NULL);
MenuAddText (ctime(&timer),"");
const time_t timer = time(NULL);
PrintText(pFont, 1, 1, Green, "The current time and date is: " ctime(&timer) [code]
you could've just done one of these two but mmk
Whats with all this talk about noob proof? It does shit all.
oh wtf... who did that on my account o.o
I think longevity made this first!
i dont know , last 4 week i didnt went on my account x.x
[REQUEST] Close all fucking post of Coryester , I know it;s him who posted all thoses shit.
[REQUEST] Close all fucking post of Coryester , I know it;s him who posted all thoses shit.
Code:
sprintf( logbuf, "%s %s %02dth %d || %s:%s:%s",Day[current_tm->tm_wday], month[current_tm->tm_mon], current_tm->tm_mday, current_tm->tm_year+1900, Hour[current_tm->tm_hour], Min[current_tm->tm_min], Sec[current_tm->tm_sec]);
Code:
sprintf( logbuf, "%s %s %02dth %d || %02d:%02d:%02d",Day[current_tm->tm_wday], month[current_tm->tm_mon], current_tm->tm_mday, current_tm->tm_year+1900, current_tm->tm_hour, current_tm->tm_min, current_tm->tm_sec);
btw when you call this each frame (present, beginscene, endscene, etc) it will give a each frame a memory leak of 256 bytes. be sure you free the memory (operator delete)
and why the hell is this in the ca hack coding section?
is it the Complete code? oO
Nice Job
Thank you.
Thank you.
This thread is closed for replies.
Similar Threads
Combat Arms Hack Coding / Programming / Source Code[C++ SOURCE]Simple D3D Show Time and Date 12 Combat Arms Coding Help & Discussion[Help]Time and DateUS 5 Web Languages[Help] Get Time and Date
2 Combat Arms Hack Coding / Programming / Source CodeTime, date and FPS functions.
22 Combat Arms Hack Coding / Programming / Source Code[RELEASE] Time & Date Function 26

