added chat message when timer gets disabled due to event. i forgot the feature existed.
This commit is contained in:
parent
9be3bbaa76
commit
60ecb4f85d
@ -483,6 +483,7 @@ public void OnPlayerRunCmdPost(int client, int buttons, int impulse, const float
|
||||
if (g_bEventBool)
|
||||
{
|
||||
g_bHumansAllowedTime[client] = false;
|
||||
PrintToChat(client, "Disabling timer due to map being marked as event map.");
|
||||
return;
|
||||
}
|
||||
if (!IsPlayerAlive(client))
|
||||
|
Loading…
Reference in New Issue
Block a user