<?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[[ZM] Function to check if the current held gun is a shotgun]]></title><description><![CDATA[<p dir="auto">Hello, bo1 doesn't seem to have a function specifically made to check for held shotguns (only semi-automatic weapons).</p>
<p dir="auto">Hopefully it will help your developent a little  <img src="https://forum.plutonium.pw/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=820c8bfc6a0" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<pre><code>weaponIsShotGun(CurrentWeapon)
{

if(CurrentWeapon == "ithaca_zm" || CurrentWeapon == "spas_zm" || 
   CurrentWeapon == "rottweil72_zm" || CurrentWeapon == "hs10_zm")
   {
	return true;
   }

if(CurrentWeapon == "ithaca_upgraded_zm" || CurrentWeapon == "spas_upgraded_zm" || 
   CurrentWeapon == "rottweil72_upgraded_zm" || CurrentWeapon == "hs10_upgraded_zm")
   {
	return true;
   }

return false;
}
</code></pre>
]]></description><link>https://forum.plutonium.pw/topic/21595/zm-function-to-check-if-the-current-held-gun-is-a-shotgun</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 11:47:32 GMT</lastBuildDate><atom:link href="https://forum.plutonium.pw/topic/21595.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Jun 2022 21:50:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ZM] Function to check if the current held gun is a shotgun on Sat, 04 Jun 2022 22:09:02 GMT]]></title><description><![CDATA[<p dir="auto">legend, ty</p>
]]></description><link>https://forum.plutonium.pw/post/84064</link><guid isPermaLink="true">https://forum.plutonium.pw/post/84064</guid><dc:creator><![CDATA[38mb]]></dc:creator><pubDate>Sat, 04 Jun 2022 22:09:02 GMT</pubDate></item></channel></rss>