-
Notifications
You must be signed in to change notification settings - Fork 21
Bullets
Luccboy edited this page Jul 12, 2026
·
6 revisions
When firering a weapon, 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
}
}