-
Notifications
You must be signed in to change notification settings - Fork 21
Gunshot residues
Heliumdioxid edited this page Jul 14, 2026
·
6 revisions
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
}
}
- Place an
evidence_laptop. - Open the
Ballistics Analysis App. - Have an
collected_gunshot_residueitem in your inventory. - On the left side of the app, all those gunshot residue items in your inventory and in
evidence boxesare 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.