07.02.2016, 14:38
Yes, but you'll still have to prohibit incoming players from selecting a character/spawning, because they'll trigger callbacks like OnPlayerRequestClass. If you need to load character classes from the MySQL server first (with threaded queries), that'd be a problem. However, if executing everything in OnGameModeInit, the server won't process incoming connections (or rather connecting players) until OnGameModeInit finished executing.