-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.lua
More file actions
53 lines (39 loc) · 5.17 KB
/
config.lua
File metadata and controls
53 lines (39 loc) · 5.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
-- ┍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┑
-- │ │
-- │ ░█████╗░░█████╗░██████╗░███████╗ ░██╗░░░░░░░██╗██╗███████╗░█████╗░██████╗░██████╗░░██████╗ │
-- │ ██╔══██╗██╔══██╗██╔══██╗██╔════╝ ░██║░░██╗░░██║██║╚════██║██╔══██╗██╔══██╗██╔══██╗██╔════╝ │
-- │ ██║░░╚═╝██║░░██║██║░░██║█████╗░░ ░╚██╗████╗██╔╝██║░░███╔═╝███████║██████╔╝██║░░██║╚█████╗░ │
-- │ ██║░░██╗██║░░██║██║░░██║██╔══╝░░ ░░████╔═████║░██║██╔══╝░░██╔══██║██╔══██╗██║░░██║░╚═══██╗ │
-- │ ╚█████╔╝╚█████╔╝██████╔╝███████╗ ░░╚██╔╝░╚██╔╝░██║███████╗██║░░██║██║░░██║██████╔╝██████╔╝ │
-- │ ░╚════╝░░╚════╝░╚═════╝░╚══════╝ ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝╚═════╝░╚═════╝░ │
-- │ │
-- │ │
-- │ │
-- │ █▀▄▀█ ▄▀█ █▄░█ █░█ ▄▀█ █░░ ▀█▀ █▀█ ▄▀█ █▄░█ █▀ █▀▄▀█ █ █▀ █▀ █ █▀█ █▄░█ │
-- │ █░▀░█ █▀█ █░▀█ █▄█ █▀█ █▄▄ ░█░ █▀▄ █▀█ █░▀█ ▄█ █░▀░█ █ ▄█ ▄█ █ █▄█ █░▀█ │
-- │ │
-- └─────────────────────────────────────────────────────────────────────────────────────────────────────┘
--
-- Thank you for downloading our script! we're glad to help you to make your server better:)
-- Feel free to contact us if you have any problem/idea for this script!
--
-- Script Wiki: none
--
-- CodeWizards Discord Server: https://discord.gg/ZBvacHyczY
-- CodeWizards Github: https://github.com/CodeWizardsDev
-- CodeWizards WebSite: SOON!
Config = {}
Config.ShowUI = true -- Enable/disable gear display UI
Config.UIloc = "custom" -- top-right, top-left, custom
Config.CustomUILoc = {top = 95, right = 46.7} -- Only used if UI location is set to custom (values in %)
Config.GearBoxMode = "gearboxmode" -- Command to choose between manual and automatic gearbox mode
Config.WizardMileage = true -- Enable hook for wizard mileage script (https://forum.fivem.net/t/release-wizard-mileage/106698)
Config.ManualClutch = false -- Player must use clutch to change gears
Config.RpmCut = true -- Enable Rpm Cut system
Config.RpmCutTime = 130 -- Rpm cut limit timer, lower = more beautiful sound (110 - 200)
Config.RpmCutMax = 1.0 -- The maximum rpm when using Rpm Cut timer (0.0 - 1.0)
Config.RpmCutMin = 0.8 -- The minimum rpm when using Rpm Cut timer (0.0 - 1.0)
Config.SendChatText = false -- Send chat text when changing gears
Config.ShiftUp = 188 -- Arrow up
Config.ShiftDown = 187 -- Arror down
Config.ClutchKey = 21 -- Left Shift