03.08.2011, 21:13
You can't use OnGameModeInit inside a filterscript since it's made for gamemodes, you need to use OnFilterScriptInit.
So, cut out all your code from GameModeInit, and paste it into FilterScriptInit, and then delete the GameModeInit or rename OnGameModeInit to OnFilterScriptInit, and delete the old FilterScriptInit.
So, cut out all your code from GameModeInit, and paste it into FilterScriptInit, and then delete the GameModeInit or rename OnGameModeInit to OnFilterScriptInit, and delete the old FilterScriptInit.