Posts: 654
Threads: 19
Joined: Jun 2012
Reputation:
0
better put that on your gamemode, because I see that it is a fs
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
Why do you have "#define FILTERSCRIPT" when you use OnGameModeInit?
Anyways, look for a missing closing bracket in your script, and add it.
Posts: 195
Threads: 14
Joined: Oct 2010
If it is a filterscript you should be using OnFilterscriptInit() instead of OnGameModeInit().
Could you also post the bottom of OnGameModeInit()