<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I need help setting the number of zombies per round. I used this code and complied it but it doesn&#x27;t work on servers.]]></title><description><![CDATA[<pre><code>#include maps\mp\_utility;
#include common_scripts\utility;
#include maps\mp\zombies\_zm_utility;
#include maps\mp\zombies\_zm;

init()
{
	//enables the override for zombies per round
	level.cmZombieTotalPermanentOverride = getDvarIntDefault( "cmZombieTotalPermanentOverride", 0 );
	//sets the number of zombies per round to the value indicated
	level.cmZombieTotalPermanentOverrideValue = getDvarIntDefault( "cmZombieTotalPermanentOverrideValue", 6 );
	
}
</code></pre>
]]></description><link>https://forum.plutonium.pw/topic/1754/i-need-help-setting-the-number-of-zombies-per-round-i-used-this-code-and-complied-it-but-it-doesn-t-work-on-servers</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 00:39:04 GMT</lastBuildDate><atom:link href="https://forum.plutonium.pw/topic/1754.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 May 2020 17:04:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I need help setting the number of zombies per round. I used this code and complied it but it doesn&#x27;t work on servers. on Mon, 18 May 2020 14:57:38 GMT]]></title><description><![CDATA[<p dir="auto">The value must be the same for the mod and the config.cfg?</p>
]]></description><link>https://forum.plutonium.pw/post/8757</link><guid isPermaLink="true">https://forum.plutonium.pw/post/8757</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 18 May 2020 14:57:38 GMT</pubDate></item><item><title><![CDATA[Reply to I need help setting the number of zombies per round. I used this code and complied it but it doesn&#x27;t work on servers. on Sat, 16 May 2020 15:07:59 GMT]]></title><description><![CDATA[<p dir="auto">@Zombeeezees said in <a href="/post/8605">I need help setting the number of zombies per round. I used this code and complied it but it doesn't work on servers.</a>:</p>
<blockquote>
<p dir="auto">set cmZombieTotalPermanentOverride 0</p>
</blockquote>
<pre><code>set cmZombieTotalPermanentOverride 1
set cmZombieTotalPermanentOverrideValue 1
</code></pre>
]]></description><link>https://forum.plutonium.pw/post/8653</link><guid isPermaLink="true">https://forum.plutonium.pw/post/8653</guid><dc:creator><![CDATA[Cahz]]></dc:creator><pubDate>Sat, 16 May 2020 15:07:59 GMT</pubDate></item><item><title><![CDATA[Reply to I need help setting the number of zombies per round. I used this code and complied it but it doesn&#x27;t work on servers. on Fri, 15 May 2020 17:52:08 GMT]]></title><description><![CDATA[<p dir="auto">I put this in the config.cfg but it doesn't work.</p>
<pre><code>set cmZombieTotalPermanentOverride 0
set cmZombieTotalPermanentOverrideValue 1
</code></pre>
<p dir="auto">There's always more than one zombie.</p>
<p dir="auto">Does the value have to be the same on _clientids.gsc ?</p>
]]></description><link>https://forum.plutonium.pw/post/8605</link><guid isPermaLink="true">https://forum.plutonium.pw/post/8605</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 15 May 2020 17:52:08 GMT</pubDate></item></channel></rss>