Posts: 11
Threads: 3
Joined: Jul 2012
Reputation:
0
well i have 15 filterscripts and it dont loads anymore FS so i heard you could put those in the gamemode script thankss
Posts: 175
Threads: 16
Joined: May 2012
Reputation:
0
just copy stuff , OnFilterscriptInit to OnGamemodeInit, OnPlayerSpawn to OnPlayerSpawn , etc.
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
Add all Filterscripts in the "filterscripts" ordner, then goto the server.cfg and list all names from the filterscripts under filterscript. or make that with OnFilterScriptInit and OnGameModeInit.
Posts: 252
Threads: 16
Joined: May 2012
Reputation:
0
move all codes under OnFilterScriptInit() to OnGameModeInit() and modify the other functions