Skip to content

Commit

Permalink
Add delay for round mode info (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Aug 14, 2023
1 parent cf7b4ba commit a96d989
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ public CBasePlayer_OnSpawnEquip(const player, bool: addDefault, bool: equipGame)
if (g_currentRoundModeIdx == -1)
return

set_task(0.3, "RoundInfoMessage", player)
}

public RoundInfoMessage(const player) {
new modeName[32]
GetModeInfo(g_currentRoundModeIdx, modeName, charsmax(modeName))

Expand Down

0 comments on commit a96d989

Please sign in to comment.