This commit is contained in:
dogan 2020-06-19 16:30:35 +02:00
parent 1fb6ca5365
commit bc857ef60e

View File

@ -277,7 +277,7 @@ public void CheckHumanZombieCount()
ServerCommand("zr_napalm_time_scale %f", g_fCurrentNapalmDamage); ServerCommand("zr_napalm_time_scale %f", g_fCurrentNapalmDamage);
char cAdminNotification[256]; char cAdminNotification[256];
Format(cAdminNotification, sizeof(cAdminNotification), "{cyan}[AntiNoob]{white} Adding an additional {red}%d%%{white} mid round boost because the Human:Zombie Ratio exceeded 1:%f.", RoundToNearest(g_fKnockbackMidRoundBoost * 100.0), g_fMidRoundRatio); Format(cAdminNotification, sizeof(cAdminNotification), "{cyan}[AntiNoob]{white} Adding an additional {red}%d%%{white} mid round knockback boost because the Human:Zombie Ratio exceeded {red}1:%f{white}.", RoundToNearest(g_fKnockbackMidRoundBoost * 100.0), g_fMidRoundRatio);
for(int i = 1; i <= MaxClients; i++) for(int i = 1; i <= MaxClients; i++)
{ {