• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Where to change frag time in source?

in players.cpp
PHP:
time_t now = time(NULL), today = (now - 84600), week = (now - (7 * 84600));
here?
on
PHP:
time_t now = time(NULL), today = (now - 10575), week = (now - (7 * 10575));
it will be 3h ?
 
Back
Top