forked from Simnation/Main
ed
This commit is contained in:
parent
5ec95f4c6d
commit
ecdf9ac3ba
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue