09.08.2014, 11:13
Always the OnGameModeInit stuff first. Create the world itself before starting to interact with said world. Then I go over the callbacks in the order a player goes through them. OnPlayerConnect, OnPlayerRequestClass, OnPlayerRequestSpawn, OnPlayerSpawn. Commands are added on the fly as I see fit.