Skip to content

Bullets

Luccboy edited this page Jul 12, 2026 · 6 revisions

Leaving bullets

Bullets on ground

When firering a weapon at the ground, they leave a bullet on the impact location. By targetting the bullet, 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_bullet item. These players are also provided with a line that shows the trajectory of the bullet. This allows getting an idea of where the bullet came from.

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


Bullets on entities

When firering a weapon at an entity (most likely a vehicle), a bullet will be left at the impact location on the entity. The bullets will also move with the entity and stay on the same position at the entitiy at any time. By targetting the bullet, players can remove it. Permitted players (as defined in config.lua) may collect the bullet in case they have a forensic_kit item with them. They receive a collected_magazine. Permitted players also see the trajectory line.

Clone this wiki locally