Forgot your password?
January 18, 2022
October 19, 2021
June 21, 2021
May 30, 2020
1
See all updates by Syko
Made my first semi-useful JKA code edit, a console command that displays the date and time.
Syko
Nope, it just uses the ctime library in C++ and then prints that to the console using the Com_printf() function in JA. I'm honestly rather surprised that it worked. I've always had tons of issues trying to compile that damn source code.
ensiform
You wouldn't even need to use the C/C++ library. There's a function that obtains it already.
trap_RealTime or Com_RealTime depending on where you are code wise.
z3filus
there is?? I'd like to see this code Syko