forked from Simnation/Main
ed
This commit is contained in:
parent
0e97aa9a79
commit
991ab6c00d
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Config.GymPassPrice = 400 -- Price of Membership
|
||||||
Config.GymPassItem = 'gym_pass' -- Item Name of Gym Membership
|
Config.GymPassItem = 'gym_pass' -- Item Name of Gym Membership
|
||||||
|
|
||||||
Config.EnableMinigame = true -- (true == Enables Minigame) (false == Disables Minigame)
|
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 = {
|
Config.Skills = {
|
||||||
|
|
|
@ -9,7 +9,7 @@ version "2.0"
|
||||||
lua54 'yes'
|
lua54 'yes'
|
||||||
|
|
||||||
shared_scripts {
|
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",
|
"config.lua",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue