25.09.2015, 12:14
My GM does the same thing, so my GMX command doesn't work.
Suggestions:
1. If you're using MySQL make sure you close the connection under OnGameModeExit and then reconnect in the next GM under OnGameModeInit.
2. Make sure all your timers are killed in the OnGameModeExit.
3. Try running the compiler with debugging flags.
4. Add crashdetect and check your log afterwards, it might give you a clue.
Suggestions:
1. If you're using MySQL make sure you close the connection under OnGameModeExit and then reconnect in the next GM under OnGameModeInit.
2. Make sure all your timers are killed in the OnGameModeExit.
3. Try running the compiler with debugging flags.
4. Add crashdetect and check your log afterwards, it might give you a clue.