Jump to content
Sign in to follow this  
steam-76561198258088584

Spawn weapons with attachments inside zombies

Recommended Posts

Like the title suggests im trying to spawn weapons inside the zombies. I manage to get the guns in various conditions but always bare bones.

<spawnabletypes>
  <type name="ZmbM_PatrolNormal_PautRev">
    <cargo preset="weaponTest"/>
  </type>
 </spawnabletypes>


<cargo chance="1.00" name="weaponTest">
  <item name="M4A1" chance="0.5">
    <attachments chance="1.00">
      <item name="M4_OEBttstck" chance="1.00" />
    </attachments>
  </item>
  <item name="UMP45" chance="0.5"/>
</cargo>

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×