11.01.2018, 17:06
Divide and conquer - comment 50% of your gamemode, and try to compile. If it crashes, comment 50% of the remaining code. This way you can find what exactly causes the crash (however sometimes crash is caused by too large number of errors, then it's a bit more difficult to debug, because with commented code you are guaranteed to add errors)