🏎️Drift Script

Config.lua
Config = {}

-- Debug Messages (Get F8 Debug Messages) --

Config.Debug = true -- (true/false) true = yes | false = no

-- Vehicle Class Whitelist -- check: https://docs.fivem.net/natives/?_0x29439776AAA00A62

Config.VehicleClassWhitelist = {0, 1, 2, 3, 4, 5, 6, 7, 9}

-- Button To Turn On And Off Drift Mode -- check: https://docs.fivem.net/docs/game-references/controls/

Config.Button = 21 -- Left Shift

-- Notifications | Which Type of Notification you want [success, error, inform, warning] / Hvilken Notifications type du vil have [success, error, inform, warning]  --
Config.TypeTurnOn = 'success' 
Config.TypeTurnOff = 'success' 

Last updated