Hy i want to change roundcount msg and sound when the round starts with freezetime 2-4.
On this script bottom is from miscstats.sma and he plays after freezetime.
BTW my english is a little wrong

sry
PHP Code:
if (RoundCounter)
{
set_hudmessage(200, 0, 0, -1.0, 0.30, 0, 6.0, 6.0, 0.5, 0.15, -1)
ShowSyncHudMsg(0, g_announce_sync, "%L", LANG_PLAYER, "PREPARE_FIGHT", g_roundCount)
}
__________________