Config file

--[[ 
    - this script needs tgiann-core script to work, you can download the script from your keymaster account
      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
    
      Client Event List
        "tgiann-graphic-menu:menu" | Open Menu
            TriggerEvent("tgiann-graphic-menu:menu")
]]

tgiCoreExports = exports["tgiann-core"]
config = tgiCoreExports:getConfig()
config.menu = {
    pvpGraphics = true,
    clock = true,
    shadows = true,
    lowLoad = true,
    hitFx = true,
    killEffect = true,
    fpsBoost = true,
}
config.command = {
    active = true,
    name = "graphics"
}
config.lang = "en"
config.langs = {}

Last updated