Posts: 422
Threads: 107
Joined: Sep 2013
Reputation:
0
Please its very important i was working on this GM for half year...
Posts: 964
Threads: 28
Joined: May 2013
Reputation:
0
Return to when it was actually working and work from there.
Posts: 341
Threads: 28
Joined: Jan 2014
Reputation:
0
Did you remember the last thing you do before you gets this errors ?
Posts: 251
Threads: 24
Joined: Apr 2007
Reputation:
0
I recommend commenting out parts of your script.
Start with commenting out the top half of your script, if the compiler still crashes, remove the comments, and do the same with the bottom part. If it doesn't crash then, make the commented area smaller, and keep doing so until you've found a small part which you can browse through.
Posts: 422
Threads: 107
Joined: Sep 2013
Reputation:
0
Thanks Knappen, All my OnGameModeInit public was with /* */ and something wrong with switch case.
+REP