Posted by CogKing on March 13, 1998 at 02:51:21:
In Reply to: MP level crashes at "timelimit reached" posted by Dak on March 13, 1998 at 01:29:08:
> Howdy all. I'm working on my first little MP level for JK and It seems to work fine up to the point that if the timelimit or max kills is reached, it locks up, never making it to the score-board. Any body have a clue as to what could cause this? -Dak
Are you doing something on a shutdown: handler ?
Are you using jkEndLevel() ?
Kinda hard to help without more details. You should first try to determine
if COG is the problem. Just delete all the cogs in (a copy of) the level and
see if the problem still occurs.
-CogKing