Skip to content

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.

License

Notifications You must be signed in to change notification settings

TheRootAdmin/car_gps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚗 Car GPS - QBCore Resource

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.


📦 Features

  • 📍 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

🧰 Requirements

  • FiveM Server (Latest recommended)
  • QBCore Framework
  • MySQL / MariaDB
  • oxmysql or compatible database resource

🚀 Installation

  1. Download & Extract: Place the car_gps folder into your resources directory.
  2. 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." },
  3. Save & Paste PNG Into your images folder:
gps
  1. Import SQL: Import the car_gps.sql into your database using phpMyAdmin or a tool like HeidiSQL.

  2. 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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 75.9%
  • JavaScript 10.5%
  • HTML 7.2%
  • CSS 6.4%