From 9ae0e012957df17ed12d1ecb484b4ff91348c564 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 4 Jan 2024 23:52:35 +0100 Subject: [PATCH] these are moltards changes, just committing for him --- src/zombieriot.sp | 2 +- src/zriot/daydata.inc | 2 +- src/zriot/zombiedata.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zombieriot.sp b/src/zombieriot.sp index 9921d97..6a2bb86 100644 --- a/src/zombieriot.sp +++ b/src/zombieriot.sp @@ -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); } diff --git a/src/zriot/daydata.inc b/src/zriot/daydata.inc index bd6dc18..33efbde 100644 --- a/src/zriot/daydata.inc +++ b/src/zriot/daydata.inc @@ -19,7 +19,7 @@ enum ZRiot_DayData Float:data_fademax } -#define MAXDAYS 25 +#define MAXDAYS 45 new Handle:kvDays = INVALID_HANDLE; diff --git a/src/zriot/zombiedata.inc b/src/zriot/zombiedata.inc index 611d628..fcfec21 100644 --- a/src/zriot/zombiedata.inc +++ b/src/zriot/zombiedata.inc @@ -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"};