Code:useBlackSkull = "yes"
Change to:
Code:useBlackSkull = "no"
this one is wrong, thats only not to use black skull, if you want the old frag system you need to source edit!Code:useBlackSkull = "yes"
Change to:
Code:useBlackSkull = "no"
player.cpp
line 4065
Ctrl+F and findCode:time_t now = time
this is 3 hours
Code:time_t now = time(NULL), today = (now - 10800), week = (now - (7 * 10800));
Or at least i think so ;d