How do I force end a game
-
Hello, how do I force end a game?
-
Depends on why you need to do that exactly
In MP something like this might work
level thread maps\mp\gametypes\_globallogic::forceend();
-
Resxt I have tried that but it gave me an error. I am in Zombies by the way.
-
ElectroGames Then do level notify("end_game"); instead.
-
JezuzLizard When I try joining a match it says "Disconnected". The end game code isn't running since the condition isn't true.