Config file
--[[
- this script needs tgiann-core script to work, you can download the script from your keymaster account or from tebex for free
⚠️ Start tgiann-core script after es_extented/qb-core script and before tgiann-* scripts! ⚠️
Adjust the tgiann-core config file according to the framework you are using
]]
tgiCoreExports = exports["tgiann-core"]
config = tgiCoreExports:getConfig()
config.lang = "en"
config.maxPlayer = 30
config.command = "mchair" -- start command
config.randomStopTime = { -- minimum and maximum time the music will be stopped (milisecond)
15000, 30000
}
config.autoCancelTime = 120 -- if the game does not start, it will be canceled after x seconds
config.soundScript = "tgiann-sound" -- "tgiann-sound" - "xsound"
config.defaultMusics = { -- List of music that can be played by default
{
label = "Yaranamadım",
link = "https://youtu.be/CpCG3ClOzY4"
},
{
label = "I Like to Move It, Move It",
link = "https://youtu.be/hdcTmpvDO0I"
},
{
label = "Danza Kuduro",
link = "https://youtu.be/jVTgpDkNTHU"
},
{
label = "Dame Tu Cosita",
link = "https://youtu.be/FzG4uDgje3M"
},
}
config.chairModel = `prop_chair_08`
config.chairOffset = { x = -0.1, y = -0.6, z = 0.5 }
config.chairRadius = 0.15
config.markerRadius = 0.25
config.markerPlayerRadius = {
[2] = 0.4,
[3] = 0.4,
[4] = 0.3,
}
config.test = false
config.langs = {}
Last updated