Config
Config = {} -- no touchi touchi pls
Config.Locale = {},{} -- no touchi touchi pls
Config.Locale = 'en' -- Language, currently available: 'en', 'de
Config.Checkmysql = true -- Check if the vehicle is owned by the player (in the database).
Config.Key = 183 -- Key to lock/unlock the vehicle, 183 is G (https://docs.fivem.net/game-references/controls/)
Config.LockDistance = 5.0 -- Distance to lock/unlock the vehicle
Config.Debug = false -- Debug mode, if you have problems with the script, set this to true and see what happens in the consoleLast updated