Skip to content

Commit

Permalink
nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 24, 2025
1 parent 8c26134 commit 16e0cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mge/functions.nut
Original file line number Diff line number Diff line change
Expand Up @@ -911,11 +911,11 @@

// Spawn (goto player_spawn)
player.ForceChangeTeam(team, true)
// player.ForceRespawn()
player.ForceRespawn()
current_players[player] <- scope.stats.elo

EntFireByHandle(player, "RunScriptCode", format("self.ForceRespawn(); Arenas[`%s`].CurrentPlayers[self] <- self.GetScriptScope().stats.elo", arena_name), GENERIC_DELAY, null, null)
// EntFireByHandle(player, "RunScriptCode", format("self.ForceRespawn(); Arenas[`%s`].CurrentPlayers[self] <- self.GetScriptScope().stats.elo", arena_name), GENERIC_DELAY, null, null)

// current_players[player] <- scope.stats.elo
// EntFireByHandle(KOTH_HUD_BLU, "RunScriptCode", "DispatchSpawn(self); self.RemoveEFlags(EFL_KILLME)", 1.0, null, null)
}

Expand Down

0 comments on commit 16e0cd1

Please sign in to comment.