hello. i have MANU-ADMIN-MOD 0.11.4
my server is HARDCORE server. but sometimes i want to change HC mode.
i try to use [ !hardcore 0 ] command, !hardcore 0 dont work for me, it says that next map\round HARDCORE disable but it dont. help..
hello. i have MANU-ADMIN-MOD 0.11.4
my server is HARDCORE server. but sometimes i want to change HC mode.
i try to use [ !hardcore 0 ] command, !hardcore 0 dont work for me, it says that next map\round HARDCORE disable but it dont. help..
your game is cod6 mw2? you can do this:
creat a file hc1.cfg in main folder
set g_hardcore "1"
set ui_hud_hardcore "1"
set scr_hardcore "1"
set scr_player_maxhealth "30"
set scr_team_fftype "0" // 1 = on, 2 = reflect, 3 = shared
set scr_player_healthregentime "0"
map_restart
creat a file hc0.cfg in main folder
set g_hardcore "0"
set ui_hud_hardcore "0"
set scr_hardcore "0"
set scr_player_maxhealth "100"
set scr_team_fftype "0" // 1 = on, 2 = reflect, 3 = shared
set scr_player_healthregentime "5"
map_restart
if you want HC mode,type "!exec hc1" ingame
if you want NORMAL mode,type "!exec hc0" ingame