Modme Forums
Menu:

Kill/Down Players

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


Zixology:

Working on a script for an EE quest where, if the player fails to do something in a certain time, it either downs or kills them. Is there a way that I can down the player(s) without just calling the game over? (if someone is playing solo with quick revive, they'd be able to continue)


Spiki:

Working on a script for an EE quest where, if the player fails to do something in a certain time, it either downs or kills them. Is there a way that I can down the player(s) without just calling the game over? (if someone is playing solo with quick revive, they'd be able to continue)

player DoDamage(player.health,player.origin);