24.09.2015, 03:59
Have you placed OnGameModeExit() in the script anywhere or not? If not then place it and add 'return 1;' to it. Make sure there is return one inside OnGameModeExit() not GameModeExitFunc, inside the GM. And also make sure that 'return 1' in OnGameModeInit in the next GM that has to be loaded is being executed.