Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.08 KB

3449.md

File metadata and controls

21 lines (15 loc) · 1.08 KB

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

{% highlight php %}{% raw %} level.custom_spawnPlayer = &empty_func;

function empty_func() { return; } {% endraw %}{% endhighlight %}