mirror of
https://github.com/oosayeroo/qb-unicornjob.git
synced 2026-03-31 06:33:54 -04:00
garage fix
This commit is contained in:
28
Readme.md
28
Readme.md
@@ -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,
|
||||
},
|
||||
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user