18.05.2009, 17:43
Just simply open an empty pawno script, and open all your filterscripts:
- Copy all Includes
- Copy All Defines
- Copy Misc
- Copy all from OnFilterScriptInit to OnGameModeInit
- Copy all from OnFilterScriptExit to OnGameModeExit
- Copy all from the same function as in the filterscript into the same function in the gamemode.
Second Opinion:
Just run an empty gamemode, and all the filterscripts.
- Copy all Includes
- Copy All Defines
- Copy Misc
- Copy all from OnFilterScriptInit to OnGameModeInit
- Copy all from OnFilterScriptExit to OnGameModeExit
- Copy all from the same function as in the filterscript into the same function in the gamemode.
Second Opinion:
Just run an empty gamemode, and all the filterscripts.

