still isnt working, if i have the winner_menu plugin coded wrong, will that cause it not to work ?, atm i only want 3 choices, i might make it to 6 or 9 later, but i just need to get it going first, what im trying to do is to get regular gunggame turbo (only turbo, SM knife fights, block (not noblock), knife elite), DM (with just DM and knife elite and of course turbo, block), and elimination (just elimination with no block, turbo)...the others will be just different weapon orders, right now i have reverse, which is default...i will want normal, and random...if i can get one to work, im sure i can make the other's to work, i would use your's but i dont have rpg, and i believe i messed it up when i took out rpg :S
[Deathmatch]
load = "gg_deathmatch 1;gg_spawn_protect 2"
unload = "gg_deathmatch 0;gg_spawn_protect 0"
min_players = 0
[Elimination]
load = "gg_elimination 1; gg_spawn_protect 2"
unload = "gg_elimination 0; gg_spawn_protect 0"
min_players = 0
[Regular W/ Knifefight]
load = "sm_knifefight_enabled 1"
unload ="sm_knifefight_enabled 0"
min_players = 0
I have turbo, and the knife elite on the actual gungame cfg's...do i need to leave the gungame cfg's alone and do everything through this ? or ?