0.0.1
This commit is contained in:
20
resources/[esx_addons]/esx_cruisecontrol/config.lua
Normal file
20
resources/[esx_addons]/esx_cruisecontrol/config.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
Config = {
|
||||
Locale = GetConvar('esx:locale', 'en'),
|
||||
HudResource = 'esx_hud',
|
||||
Cruise = {
|
||||
Enable = true,
|
||||
Key = "CAPITAL",
|
||||
Export = function (state)
|
||||
exports[Config.HudResource]:CruiseControlState(state)
|
||||
end,
|
||||
},
|
||||
Seatbelt = {
|
||||
Enable = true,
|
||||
Key = "B",
|
||||
EjectCheckSpeed = 45, -- MPH
|
||||
RagdollTime = 1, -- MS
|
||||
Export = function (state)
|
||||
exports[Config.HudResource]:SeatbeltState(state)
|
||||
end
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user