A relic of the past. This is a full archive of the Modme Forums. ❤️
Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: mathfagSOLVEDHow can I check if a player is in last stand (downed)? EDIT: it's foreach(player in GetPlayers()) { if(player InLastStand()) } Thanks discord
foreach(player in GetPlayers()) { if(player InLastStand()) }