From a3f2e31cc3d57dd88cca4c9bf6cc514a228a1ab6 Mon Sep 17 00:00:00 2001 From: oosayeroo <98313914+oosayeroo@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:33:54 +0000 Subject: [PATCH] garage fix --- Readme.md | 28 ---------------------------- config.lua | 5 ++--- 2 files changed, 2 insertions(+), 31 deletions(-) diff --git a/Readme.md b/Readme.md index 82ad2de..bce717e 100644 --- a/Readme.md +++ b/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, - }, - -``` diff --git a/config.lua b/config.lua index cfcbc97..dd25143 100644 --- a/config.lua +++ b/config.lua @@ -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