This commit is contained in:
neon 2018-09-07 18:40:27 +02:00
parent 56e72fff93
commit fe4cfca3dd

View File

@ -63,10 +63,10 @@ public ZR_OnClientHumanPost(client, bool:respawn, bool:protect)
public Action:Event_RoundStart(Handle:event, const String:name[], bool:dontBroadcast)
{
if (g_hTimer != INVALID_HANDLE)
{
{
KillTimer(g_hTimer);
g_hTimer = INVALID_HANDLE;
}
}
g_bHumanPointsEnabled = false;
g_hTimer = CreateTimer(GetConVarFloat(G_hCvar_Difficulty_Humans_BlockTime), EnableHumanPoints, INVALID_HANDLE, TIMER_FLAG_NO_MAPCHANGE);