About This File
BB-Garages is the most advanced garages system in FiveM So far, Comes with unique and beautiful UI Design, Advanced VehicleKeys System, One of the best if not the best Fake Plates system.
Features
- Unique and beautiful UI Design.
- Option to park your car on parking slots and abillity to other players to see it.
- Saves after restart. Advanced Vehicle Keys System. Advanced Fake Plates System.
- Option to see on which garage your car is. Option to locate your car if its missing.
- If your car is NOT on the garage and still available somewhere on the map, it will not be on the impound.
- Advanced Dev Tools in order to create/change garages instead of touching the config for it.
- Comes with the BB-FakePlates Script.
Convert (well kinda) run in SQL:
INSERT INTO bbvehicles (citizenid,plate,model) SELECT citizenid,plate,vehicle FROM player_vehicles
UPDATE `bbvehicles` SET `stats`='{"damage":10,"fuel":98}' WHERE stats is NULL
UPDATE `bbvehicles` SET `props`='{}' WHERE props? is NULL
UPDATE `bbvehicles` SET `state`='impound' WHERE state = 'unknown' or state is NULL
UPDATE `bbvehicles` SET `parking` = '' WHERE parking is NULL
Edited by unitedpostal
add sql