diff --git a/cstrike/addons/amxmodx/scripting/ReDeathmatch/ReDM_round_modes.inc b/cstrike/addons/amxmodx/scripting/ReDeathmatch/ReDM_round_modes.inc index 0c25046..05515a0 100644 --- a/cstrike/addons/amxmodx/scripting/ReDeathmatch/ReDM_round_modes.inc +++ b/cstrike/addons/amxmodx/scripting/ReDeathmatch/ReDM_round_modes.inc @@ -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))