[resolved]Changing level
Posted: Sun Aug 27, 2017 11:11 pm
Hello!
How can i change the map level in survival mode, when all player died,
BUT the "mission failed" screw the level changing, so is there a way to do that correctly or not?
How can i change the map level in survival mode, when all player died,
Code: Select all
SetMusic("ouin");
printbold(s:"Nobody win... >_<,Moving to the next map");
delay(35*2);
SetMusic("");
log(d:nextmap);
exit_normal(0);
delay(35);