Dependencies, server.cfg order, and a quick test.
Make sure these are installed and starting before 0r-gps:
0r-gps
ox_lib
OneSync
A framework: es_extended, qb-core, or qbx_core
es_extended
qb-core
qbx_core
An inventory: ox_inventory, qb-inventory, qs-inventory, tgiann-inventory, or origen_inventory (auto-detected)
ox_inventory
qb-inventory
qs-inventory
tgiann-inventory
origen_inventory
Drop the folder into your server as 0r-gps.
ensure ox_lib # your framework ensure es_extended # or qb-core / qbx_core # your inventory ensure ox_inventory # or qb-inventory, etc. ensure 0r-gps
Add the item to your inventory — see Items. The default item name is gps (config/main.lua → item).
gps
config/main.lua
item
Give yourself the item: /giveitem gps 1 (command depends on your inventory).
/giveitem gps 1
Use the item — the GPS UI should open.
If nothing happens, set setup.debug = 1 in config/main.lua, restart the resource, and read the server console.
setup.debug = 1
Last updated 21 days ago