Config file

config = {}
config.framework = "esx" -- "esx" - "qb"
config.mysqlType = "MySQLAsync" -- "MySQLAsync"   - ghmattimysql   -  oxmysql
-- note: if you are using ghmattimysql delete lines 24, 25 and 26 in fxmanifest.lua
config.nosItem = "nos"
config.chipItem = "tunnerchip"
config.nosInstallTime = 5000
config.chipInstallTime = 5000

--keys (https://docs.fivem.net/docs/game-references/controls/)
config.changeDriftMode = 29 -- B
config.drift = 61 -- Left Shift
config.changeSportMode = 60 -- Left CTRL
config.nos = 19 -- ALT

Last updated