Modme Forums

Remove Respawns in Coop

Game Modding | Call of Duty: Black Ops 3 | Scripting


Exility:

Hey I'm new-ish to the map making scene and I was wondering if anyone has any idea on how to remove player respawns when playing coop and to end the game when there is only 1 player remaining?


Spiki:

Hey I'm new-ish to the map making scene and I was wondering if anyone has any idea on how to remove player respawns when playing coop and to end the game when there is only 1 player remaining?


Maybe this but i dont promise
I just looked through the scripts quickly

level.custom_spawnPlayer = &empty_func;


function empty_func()
{
return;
}