From cd24db9f53bb83fd279a5c2cc174bb24632b66e5 Mon Sep 17 00:00:00 2001 From: jenz Date: Wed, 31 Jan 2024 21:05:50 +0100 Subject: [PATCH] fixed infect and human command --- ZombieRiot/scripting/unloze_zr.sp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ZombieRiot/scripting/unloze_zr.sp b/ZombieRiot/scripting/unloze_zr.sp index 3a6504a4..be124037 100644 --- a/ZombieRiot/scripting/unloze_zr.sp +++ b/ZombieRiot/scripting/unloze_zr.sp @@ -444,9 +444,11 @@ public void findTarget(int client, int state) { PrintToChat(client, "Humanized: %N", targets[0]); SelectWavebasedHuman(targets[0]); + g_iClientRespawnCount[client] = g_iClientRespawnCountNum; } else { + g_iClientRespawnCount[client] = 0; PrintToChat(client, "Infected: %N", targets[0]); SelectWaveBasedZM(targets[0], 1); }