⚡Config File
-- $$$$$$$\ $$$$$$$$\ $$$$$$$\ $$$$$$$$\ $$\ $$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$$$\ $$$$$$\
-- $$ __$$\ $$ _____|$$ __$$\ $$ _____|$$ | $$ __$$\ $$ __$$\ $$ __$$\ \_$$ _|$$ __$$\\__$$ __|$$ __$$\
-- $$ | $$ |$$ | $$ | $$ |$$ | $$ | $$ / \__|$$ / \__|$$ | $$ | $$ | $$ | $$ | $$ | $$ / \__|
-- $$$$$$$ |$$$$$\ $$$$$$$\ |$$$$$\ $$ | \$$$$$$\ $$ | $$$$$$$ | $$ | $$$$$$$ | $$ | \$$$$$$\
-- $$ __$$< $$ __| $$ __$$\ $$ __| $$ | \____$$\ $$ | $$ __$$< $$ | $$ ____/ $$ | \____$$\
-- $$ | $$ |$$ | $$ | $$ |$$ | $$ | $$\ $$ |$$ | $$\ $$ | $$ | $$ | $$ | $$ | $$\ $$ |
-- $$ | $$ |$$$$$$$$\ $$$$$$$ |$$$$$$$$\ $$$$$$$$\ \$$$$$$ |\$$$$$$ |$$ | $$ |$$$$$$\ $$ | $$ | \$$$$$$ |
-- \__| \__|\________|\_______/ \________|\________| \______/ \______/ \__| \__|\______|\__| \__| \______/
Config = {
Locale = "en", -- "custom", "en", "se", "es" | Edit the locales in the locales.lua file
Open_Command = "vehcontrol", -- Command to open the menu | Can also be used to close the menu if stuck [use F8]
Open_Key = "INSERT", -- Key to open the menu (https://docs.fivem.net/docs/game-references/controls/)
DisableSeatShuffle = true, -- Disable seat shuffle when entering a vehicle
LeaveEngineOn = true, -- Leave the engine on when exiting a vehicle
-- Quick Commands
EngineCommand = "engine", -- Command to toggle the engine | Set to false to disable
HoodCommand = "hood", -- Command to toggle the hood | Set to false to disable
TrunkCommand = "trunk", -- Command to toggle the trunk | Set to false to disable
SeatCommand = "seat", -- Command to switch seats [1-16] | Set to false to disable
DoorCommand = "door", -- Command to toggle doors [1-4] | Set to false to disable
WindowCommand = "window", -- Command to toggle windows [1-4] | Set to false to disable
}
Last updated