From c0a5c7fdc336333cf158f26f2de2e2d2b18b1bf8 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 11 Aug 2025 18:04:07 +0200 Subject: [PATCH] Update config.lua --- resources/[freizeit]/[gym]/dynyx-gym/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/[freizeit]/[gym]/dynyx-gym/config.lua b/resources/[freizeit]/[gym]/dynyx-gym/config.lua index 5836b68b6..db5e7c0bd 100644 --- a/resources/[freizeit]/[gym]/dynyx-gym/config.lua +++ b/resources/[freizeit]/[gym]/dynyx-gym/config.lua @@ -19,14 +19,14 @@ Config.BlipName = 'Gym' -- Blip Name Config.GymPassPrice = 400 -- Price of Membership Config.GymPassItem = 'gym_pass' -- Item Name of Gym Membership -Config.EnableMinigame = false -- (true == Enables Minigame) (false == Disables Minigame) -Config.Minigame = '' -- qb-lock / ps-ui / skillCheck (Ox_lib Required)(If using skillcheck, Minigame setting wont work) +Config.EnableMinigame = true -- (true == Enables Minigame) (false == Disables Minigame) +Config.Minigame = 'skillCheck' -- qb-lock / ps-ui / skillCheck (Ox_lib Required)(If using skillcheck, Minigame setting wont work) Config.Skills = { ['ThreadMills'] = { skill = 'Stamina', -- The Type of Skill - amount = math.random(0, 1), -- The amount of skill rep you gain + amount = math.random(1, 2), -- The amount of skill rep you gain Stress = math.random(5, 9), -- GainStress -- You Can set the amount of Stress you gain here ProgressbarDuration = math.random(10000, 60000), -- This is the duration for the progressbar Minigame = { -- Circle Minigame