Hitmarker: how to DC while shooting?!

This commit is contained in:
neon
2019-09-27 01:59:33 +02:00
parent d260efa604
commit 16a28ee09e
+2 -1
View File
@@ -382,7 +382,8 @@ public void ShowOverlay(int client)
public Action ClearOverlay(Handle timer, int client) public Action ClearOverlay(Handle timer, int client)
{ {
g_hTimer[client] = null; g_hTimer[client] = null;
ClientCommand(client, "r_screenoverlay \"\""); if (IsClientConnected(client))
ClientCommand(client, "r_screenoverlay \"\"");
} }
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------