🐐
Rebel Documentation
  • 🐐Rebel Resources
  • 💳Rebel Fleecas
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 🏦Rebel Cityhall
    • ⚡Config File
    • 📍Information
  • 📊Rebel Skills
    • ⚡Config File
    • 📍Information
    • 💻Client Exports
    • 💻Server Exports
    • 💻Client Events
  • 📋Rebel Scoreboard
    • ⚡Config File
    • 📍Information
  • 🚗Rebel Vehicle Controls
    • ⚡Config File
    • 📍Information
  • 👷Rebel Electrician
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 🚚Rebel Trucking
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 🍺Rebel Brewery
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 💰Rebel Bobcat
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 🏛️Rebel Maze Bank West
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 💸Rebel Moneywash
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
Powered by GitBook
On this page
  1. Rebel Vehicle Controls

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
}
PreviousRebel Vehicle ControlsNextInformation

Last updated 1 year ago

🚗
⚡