garage fix

This commit is contained in:
oosayeroo
2022-11-07 20:33:54 +00:00
committed by GitHub
parent 996299514e
commit a3f2e31cc3
2 changed files with 2 additions and 31 deletions

View File

@@ -210,31 +210,3 @@ QBShared.Jobs = {
},
}
```
## Insert into @qb-management - client - config.lua
```
['vunicorn'] = vector3(93.44, -1292.99, 29.26),
```
# if not making use of qb-target no need to insert this into qb-target
## Insert into @qb-target - init.lua - config.targetmodels
```
["vunicorn"] = {
models = {
"s_m_m_bouncer_01"
},
options = {
{
type = "client",
event = "garage:V-UnicornGarage",
icon = "fas fa-car",
label = "Vanilla Unicorn Garage",
job = "vunicorn",
}
},
distance = 2.5,
},
```

View File

@@ -1,8 +1,7 @@
Config = {}
Config.GaragePedLocations = {
{coords = vector4(136.39, -1278.38, 29.36, 305.41)},
}
Config.GarageModel = 's_m_m_bouncer_01'
Config.GarageLocation = vector4(136.39, -1278.38, 29.36, 305.41)
----////ITEMS/////---- amount of each item to get when unboxing
Config.ShotsAmount = 5