1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-11 18:15:32 +02:00
parent 0e97aa9a79
commit 991ab6c00d
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Config.GymPassPrice = 400 -- Price of Membership
Config.GymPassItem = 'gym_pass' -- Item Name of Gym Membership
Config.EnableMinigame = true -- (true == Enables Minigame) (false == Disables Minigame)
Config.Minigame = 'ps-ui' -- qb-lock / ps-ui / skillCheck (Ox_lib Required)(If using skillcheck, Minigame setting wont work)
Config.Minigame = 'skillcheck' -- qb-lock / ps-ui / skillCheck (Ox_lib Required)(If using skillcheck, Minigame setting wont work)
Config.Skills = {

View file

@ -9,7 +9,7 @@ version "2.0"
lua54 'yes'
shared_scripts {
-- "@ox_lib/init.lua", -- Uncomment this if you are using OX_LIB
"@ox_lib/init.lua", -- Uncomment this if you are using OX_LIB
"config.lua",
}