these are moltards changes, just committing for him

This commit is contained in:
Your Name 2024-01-04 23:52:35 +01:00
parent d06c6172e0
commit 9ae0e01295
3 changed files with 3 additions and 3 deletions

View File

@ -195,7 +195,7 @@ public OnClientDisconnect(client)
count++;
}
if (count <= 1 && tHUD != INVALID_HANDLE)
if (count < 1 && tHUD != INVALID_HANDLE)
{
TerminateRound(5.0, Terrorists_Win);
}

View File

@ -19,7 +19,7 @@ enum ZRiot_DayData
Float:data_fademax
}
#define MAXDAYS 25
#define MAXDAYS 45
new Handle:kvDays = INVALID_HANDLE;

View File

@ -19,7 +19,7 @@ enum ZRiot_ZombieData
data_fov
}
#define MAXZOMBIES 25
#define MAXZOMBIES 45
new String:modelSuffix[8][16] = {".dx80.vtx", ".dx90.vtx", ".mdl", ".phy", ".sw.vtx", ".vvd", ".xbox", ".xbox.vtx"};