A simple and lightweight GPS tracking system for FiveM servers using QBCore. This resource provides a functional in-game GPS interface for vehicles with an integrated UI and database tracking support.
- 📍 Real-time GPS tracking UI using NUI
- 🔁 Seamless server ↔ client communication
- 💾 MySQL support via
car_gps.sql
- 🎨 Fully customizable HTML/CSS/JS interface
- ✅ Plug-and-play with QBCore
- FiveM Server (Latest recommended)
- QBCore Framework
- MySQL / MariaDB
oxmysql
or compatible database resource
- Download & Extract:
Place the
car_gps
folder into yourresources
directory. - Copy & Paste this item code into your items.lua: ["gps"] = { ['name'] = "gps", ['label'] = "GPS Tracker", ['weight'] = 200, ['type'] = "item", ['image'] = "gps.png", ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = "Used to track vehicles remotely." },
- Save & Paste PNG Into your images folder:

-
Import SQL: Import the
car_gps.sql
into your database using phpMyAdmin or a tool like HeidiSQL. -
Add to
server.cfg
:ensure car_gps
🤝 Credits Developed by Noor Taliep Feel free to contribute or fork for improvements! Demo Video https://youtu.be/tg6DvbZgOQQ