Modme Forums

Last stand

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


ModmeBot:

Thread By: mathfag
SOLVED
How can I check if a player is in last stand (downed)?



EDIT:


it's

foreach(player in GetPlayers())
{
if(player InLastStand())
}

Thanks discord