From ed35de6d4d0d9e99100cc56770a9b5d76067d856 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 26 Jul 2025 07:35:33 +0200 Subject: [PATCH] ed --- resources/[qb]/qb-smallresources/config.lua | 40 +++++++++---------- .../[standalone]/rpemotes-reborn/config.lua | 4 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/[qb]/qb-smallresources/config.lua b/resources/[qb]/qb-smallresources/config.lua index ec5317644..cf3d4f121 100644 --- a/resources/[qb]/qb-smallresources/config.lua +++ b/resources/[qb]/qb-smallresources/config.lua @@ -140,15 +140,15 @@ Config.Consumables = { } } -Config.Fireworks = { - delay = 5, -- time in s till it goes off - items = { -- firework items - 'firework1', - 'firework2', - 'firework3', - 'firework4' - } -} +---Config.Fireworks = { + --- delay = 5, -- time in s till it goes off + --- items = { -- firework items + --- 'firework1', + -- 'firework2', + -- 'firework3', + -- 'firework4' + -- } +---} Config.BlacklistedScenarios = { types = { @@ -259,14 +259,14 @@ Config.Teleports = { } } -Config.CarWash = { - dirtLevel = 0.1, -- threshold for the dirt level to be counted as dirty - defaultPrice = 20, -- default price for the carwash - locations = { - [1] = { coords = vector3(174.81, -1736.77, 28.87), length = 7.0, width = 8.8, heading = 359 }, -- South Los Santos Carson Avenue - [2] = { coords = vector3(25.2, -1391.98, 28.91), length = 6.6, width = 8.2, heading = 0 }, -- South Los Santos Innocence Boulevard - [3] = { coords = vector3(-74.27, 6427.72, 31.02), length = 9.4, width = 8, heading = 315 }, -- Paleto Bay Boulevard - [4] = { coords = vector3(1362.69, 3591.81, 34.5), length = 6.4, width = 8, heading = 21 }, -- Sandy Shores - [5] = { coords = vector3(-699.84, -932.68, 18.59), length = 11.8, width = 5.2, heading = 0 } -- Little Seoul Gas Station - } -} +--Config.CarWash = { + --- dirtLevel = 0.1, -- threshold for the dirt level to be counted as dirty + --- defaultPrice = 20, -- default price for the carwash + --- locations = { + --- [1] = { coords = vector3(174.81, -1736.77, 28.87), length = 7.0, width = 8.8, heading = 359 }, -- South Los Santos Carson Avenue + -- [2] = { coords = vector3(25.2, -1391.98, 28.91), length = 6.6, width = 8.2, heading = 0 }, -- South Los Santos Innocence Boulevard + --- [3] = { coords = vector3(-74.27, 6427.72, 31.02), length = 9.4, width = 8, heading = 315 }, -- Paleto Bay Boulevard + --- [4] = { coords = vector3(1362.69, 3591.81, 34.5), length = 6.4, width = 8, heading = 21 }, -- Sandy Shores + --- [5] = { coords = vector3(-699.84, -932.68, 18.59), length = 11.8, width = 5.2, heading = 0 } -- Little Seoul Gas Station + --- } +---} diff --git a/resources/[standalone]/rpemotes-reborn/config.lua b/resources/[standalone]/rpemotes-reborn/config.lua index dd359ad19..108905536 100644 --- a/resources/[standalone]/rpemotes-reborn/config.lua +++ b/resources/[standalone]/rpemotes-reborn/config.lua @@ -45,8 +45,8 @@ Config = { AnimalEmotesEnabled = true, -- Hands Up - HandsupEnabled = false, - HandsupKeybind = 'Y', + HandsupEnabled = true, + HandsupKeybind = 'H', HandsupKeybindEnabled = false, HandsupInCar = false, ReplayEmoteAfterHandsup = true,