Skip to content

Bullet casings

Luccboy edited this page Jul 12, 2026 · 7 revisions

Leaving bullet casings

Casings on ground

When firering aweapon, players drop bullet casings on the ground. By targetting the casing, players can remove it. Permitted players (as defined in config.lua) may collect them from the ground in case they have a forensic_kit item with them. They receive a collected_casing item.

config.permissions = {
    collect = { -- Allowed jobs and their minimum grades required to collect evidence
        police = 0,
        fib = 0
    }
}


Bullet casings inside vehicles

Players drop casings into the footwell of their current vehicle's seat. By targetting while sitting on that vehicle seat, players can remove the casing. Permitted players (as defined in config.lua) may collect the casing in case they have a forensic_kit item with them. They receive a collected_casing.

Analysing casings

Clone this wiki locally