Skip to content

Gunshot residues

Heliumdioxid edited this page Jul 14, 2026 · 6 revisions

Leaving gunshot residues

Gunshot residues on players

When a player fires a weapon, gunshot residues will be left on the player's body and clothes. By targetting the player, other players can remove the residues. Permitted players (as defined in config.lua) may collect them from the player's body in case they have a forensic_kit item with them. They receive a collected_gunshot_residue item.

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


Analysing gunshot residues

  1. Place an evidence_laptop.
  2. Open the Ballistics Analysis App.
  3. Have an collected_gunshot_residue item in your inventory.
  4. On the left side of the app, all those gunshot residue items in your inventory and in evidence boxes are displayed. By selecting an gunshot residue item from the sidebar, the corresponding information will be displayed on the right side. In the upper section, you can see detailed information about the evidence (crime scene, time of collection). You also have the option to add additional notes if needed. In the lower section, you can analyze the gunshot residue. After a short processing time the app will display the type of the weapon fired by the gunshot residues' source and the time of that event.

Clone this wiki locally