Config

Configuration file for bolt minigame.

Config = {}

Config.keybinds = {
    stopBoltMinigame = {
        label = 'X',
        name = 'INPUT_VEH_DUCK' -- Check out https://docs.fivem.net/docs/game-references/controls/
    },
}

Locale = {
    ['Press ~{INPUT}~ to cancel'] = 'Press ~{INPUT}~ to cancel' -- translate to your language after = symbol (don't edit INPUT)
}

Last updated

Was this helpful?