THIS DOES NOT REQUIRE THE BRIDGE
A lightweight, multi-framework FiveM resource designed to help your community respect the New Life Rule (NLR) by tracking player deaths, drawing “off-limits” zones, issuing warnings, and enforcing customizable penalties.
Screenshot (53)1412×795 182 KB
Screenshot (54)1513×823 53.2 KB
Automated Death Tracking
Records each player’s death coordinates server-side (via
oxmysql), then recreates a safe-zone blip on the client.
Configurable Forbidden Zone
Define the radius (meters) and cooldown (seconds) in
config.lua.
Tiered Warning System
Issue up to N spaced warnings (every X seconds) before penalties kick in.
Flexible Penalties
Ragdoll, Kill, Jail, or Teleport offenders just outside the forbidden zone—automatically repeating at set intervals while they remain inside.
Persistent State
On resource or server restart, each player’s remaining NLR timer and zone blip are restored seamlessly.
Exit-Zone Notifications
Thank players for compliance with a one-time “NLR Safe” message when they leave the zone.
🛠️ Framework Compatibility
ESX (es_extended)
QBCore
Simply set Config.Framework = 'esx' or 'qbcore' and you’re ready to rock.
📣 Requirements
ox_lib for all on-screen notifications and blip management
oxmysql for persistent death-record storage
lua54 support in your server manifest