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
- Host: GitHub
- URL: https://github.com/netr/netr_garages
- Owner: netr
- Created: 2017-10-07T07:27:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T19:14:19.000Z (over 6 years ago)
- Last Synced: 2025-05-05T07:56:19.992Z (21 days ago)
- Language: Lua
- Size: 81.1 KB
- Stars: 11
- Watchers: 1
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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 loadedRequirements:
- 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)