these are moltards changes, just committing for him
This commit is contained in:
parent
d06c6172e0
commit
9ae0e01295
@ -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);
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ enum ZRiot_DayData
|
||||
Float:data_fademax
|
||||
}
|
||||
|
||||
#define MAXDAYS 25
|
||||
#define MAXDAYS 45
|
||||
|
||||
new Handle:kvDays = INVALID_HANDLE;
|
||||
|
||||
|
@ -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"};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user