15.02.2013, 02:43
You cannot repeat callbacks. So, if the FS has things under OnPlayerConnect, all of that needs to be placed under the OnPlayerConnect callback in the game-mode.
That goes for all callbacks.
Remember to take everything from OnFilterScriptInit and OnFilterScriptExit and put them in the proper OnGameMode* callbacks.
That goes for all callbacks.
Remember to take everything from OnFilterScriptInit and OnFilterScriptExit and put them in the proper OnGameMode* callbacks.