Consider supporting me on ko-fi
A Dutyblip script that updates blips based on the players job and statebag.
- Optimized, (2x-3x faster than similar dutyscripts like qb-policejob)
- up to 80% less network usage than other duty scripts
- Tracking with GPS tracker item
- Framework duty blips (can be used without ox_inventory dependency)
- Configurable blips
- Blips per vehicle class
- Blips per job
- Statebag support (Blips will INSANTLY change to player attached blips as soon as they are close enough)
- Renewed-Lib
- Ox_Inventory
- Ox_lib
- Esx/Qbox/QB/ox_core
- Download the resource
- Put it in your resources folder
- Add
ensure renewed_dutyblips
to your server.cfg - Add the following code to your ox_inventory/data/items.lua
['gps_tracker'] = {
label = 'Police Tracker',
weight = 1000,
stack = false,
consume = 0,
server = {
export = 'Renewed-Dutyblips.toggleItem'
}
},
Thanks to MikeyXB for the tracker image