QBCore Framework
Copyright (C) 2021 Joshua Eger
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
- qb-core
- qb-houses - For house garages
- LegacyFuel - For fuel physics and saving the fuel
- qb-vehiclekeys - For vehicle ownership
- Vehicles can't be duplicated.
- Vehicle body health, vehicle engine health and vehicle fuel level saved to database.
- Download the script and put it in the
[qb]
directory. - Add the following code to your server.cfg/resouces.cfg
ensure LegacyFuel
ensure qb-core
ensure qb-garages
ensure qb-houses
ensure qb-vehiclekeys
- Example garage adding (Add below Garages/HouseGarages/GangGarages depending on your choice)
["motelgarage"] = { -- Needs to be unique
label = "Motel Parking", -- Garage name which will be shown in map and etc.
takeVehicle = {x = 273.43, y = -343.99, z = 44.91}, -- Marker to see vehicle list
spawnPoint = {x = 270.94, y = -342.96, z = 43.97, h = 161.5}, -- Coords vehicle will be spawned when taking out
putVehicle = {x = 276.69, y = -339.85, z = 44.91}, -- Marker to put the vehicle
isHouse = false, -- true: It's a house garage / false: It's a default garage
},
- You can change Depot location and blip name or add another depot location under "Depots"