mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
back to only printing 3,2,1 instead of 5,4,3,2,1
This commit is contained in:
parent
5cc0bd300d
commit
7a1d10685e
@ -306,8 +306,11 @@ public Action Timer_PrintToChat(Handle timer)
|
||||
Call_Finish();
|
||||
}
|
||||
|
||||
Shavit_StopChatSound();
|
||||
Shavit_PrintToChatAll("%d..", timeleft);
|
||||
if (timeleft <= 3)
|
||||
{
|
||||
Shavit_StopChatSound();
|
||||
Shavit_PrintToChatAll("%d..", timeleft);
|
||||
}
|
||||
|
||||
if (timeleft == 1)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user