Quote:
Originally Posted by Airkish
PHP Code:
new CurrentTime [32] get_time ("% H:% M:% S", CurrentTime, 31) client_printc(0, "%s", CurrentTime)
|
Why spaces in between? That will crash the server.
@FreezerPT - replace the second line in his code with get_time("%X", CurrentTime, charsmax(CurrentTime))
__________________