-
Notifications
You must be signed in to change notification settings - Fork 21
Bullet casings
Luccboy edited this page Jul 12, 2026
·
7 revisions
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
}
}
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.