mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-08 19:08:27 +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();
|
Call_Finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (timeleft <= 3)
|
||||||
|
{
|
||||||
Shavit_StopChatSound();
|
Shavit_StopChatSound();
|
||||||
Shavit_PrintToChatAll("%d..", timeleft);
|
Shavit_PrintToChatAll("%d..", timeleft);
|
||||||
|
}
|
||||||
|
|
||||||
if (timeleft == 1)
|
if (timeleft == 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user