From ecdf9ac3ba0298def091305ca20e4ccf4c16b7a9 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 11 Aug 2025 17:57:53 +0200 Subject: [PATCH] ed --- resources/[freizeit]/[gym]/dynyx-gym/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[freizeit]/[gym]/dynyx-gym/config.lua b/resources/[freizeit]/[gym]/dynyx-gym/config.lua index 6c6e32632..5836b68b6 100644 --- a/resources/[freizeit]/[gym]/dynyx-gym/config.lua +++ b/resources/[freizeit]/[gym]/dynyx-gym/config.lua @@ -16,7 +16,7 @@ Config.GymPed = "A_F_Y_Fitness_01" -- Ped Model of the Ped you buy a membership Config.GymPedSpawn = vector4(-1255.53, -354.77, 35.96, 296.64) -- Location of the Ped you buy membership and Blip Location Config.BlipName = 'Gym' -- Blip Name -Config.GymPassPrice = 1250 -- Price of Membership +Config.GymPassPrice = 400 -- Price of Membership Config.GymPassItem = 'gym_pass' -- Item Name of Gym Membership Config.EnableMinigame = false -- (true == Enables Minigame) (false == Disables Minigame) @@ -28,7 +28,7 @@ Config.Skills = { skill = 'Stamina', -- The Type of Skill amount = math.random(0, 1), -- 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, 100000), -- This is the duration for the progressbar + ProgressbarDuration = math.random(10000, 60000), -- This is the duration for the progressbar Minigame = { -- Circle Minigame time = 5, circles = 1,