An open API service indexing awesome lists of open source software.

https://github.com/netr/netr_garages

[ESX] FiveM Garages Script
https://github.com/netr/netr_garages

Last synced: 14 days ago
JSON representation

[ESX] FiveM Garages Script

Awesome Lists containing this project

README

        

FiveM Garages Script

Let's you store cars that you *own*. Works in conjunction with LS Customs and Car dealership scripts.
* If you want to let users store any car, you will have to customize the sciprt yourself.
* Resets all cars db information into `user_parkings` from `owned_vehicles` table when server is loaded

Requirements:
- MySQL (run garages.sql)
- https://essentialmode.com/ (5.0.0 is what I built it over)
- https://github.com/ESX-Org/es_extended
- Car dealership scripts or some way to add player's cars to `owned_vehicles`

Information:
1. Customizable configurations for garage locations (Config.Garages in config.lua)
2. Drive into the marker to store it (auto saves any upgrades when you store it.. this lets you use ls_customs scripts)
3. Walk into the marker to pull out your stored cars

---

thanks to @indilo53 for creating the base of this script + esx (https://github.com/indilo53)