How to make it so that after death the weapon does not fall on the floor (so that it disappears and no one can pick it up like in “Gun Game”)
Put it in the tertiary slot
1 Like
Or create a gun game mod
@FoReVeRzZZz, you can instead make the weapon drop disappear instantly with this code
enlisted_visible_base_soldier{
_override:b=yes
human_inventory__lootCleanupTime:r=0.1
}
(Tip: Put this code in Entities.blk, not scene.blk)
1 Like
Excellent! I’ll try
1 Like