Hi there everybody
On this put up I’ll share the gears system that i made.
Options
Options
-
You possibly can outline what automobile you need computerized or mannequin or if as a substitute computerized you need the handbook system for the automobile that is configurable from config.lua.
-
Shut/open the automobile // Left/Proper/Each flip lights // Shut/Open the hood and trunk
-
Broke the gears system if the customers do some fails when change the gear.
-
Tremendous low MS // Optimized
-
UI very good made by GitHub – vladispavlov/html5-canvas-speedometer: Fully functional car speedometer created with pure JavaScript and HTML5 Canvas
-
The UI has icons that they’re interactive with RegisterKeyMapping
-
There’s a exports that you should use for repair the automobile (That is good for instance, for mechanic job )
-
Completely configurable from config.lua
-
You possibly can’t use a lock velocity as a result of this script block the rate in response to gear
-
Translated to English and Spanish
Config.lua
Config = {}
Config.GeneralMaxGear = 6
Config.Velocity = 3.6 -- 2.236936 MPH or 3.6 KPH
Config.MaxFails = 6 --Max fails for break gears / Número máximo de fallos para romper la caja de cambios
Config.consumefuel = 20
-- Cuanto se devour de gasolina con el motor encendido
-- How a lot gasoline is consumed with the engine operating
Config.consumefueladvanced = 100
-- Cuanto se devour de gasolina con el motor encendido y el vehiculo propulsado
-- How a lot gasoline is consumed when the engine is operating and the automobile is propelled.
Config.NoCarsManualGears = {
--"PROTOTIPO"
}
-- If that is false, nobody can use the instructions, but when true everybody can use them
-- Si esto es falso (false), nadie puede usar los comandos, pero si está en verdadero (true) todos pueden usarlos
Config.noallowcommand = false
Config.NoModelCarsManualGears = {
-- 0, --Compacts
-- 1, --Sedans
-- 2, --SUVs
-- 3, --Coupes
-- 4, --Muscle
-- 5, --Sports activities Classics
-- 6, --Sports activities
-- 7, -- Tremendous
-- 8, --Bikes
-- 9, --Off-road
-- 10, --Industrial
-- 11, --Utility
-- 12, --Vans
-- 13, --Cycles
-- 14, --Boats
-- 15, --Helicopters
-- 16, --Planes
-- 17, --Service
-- 18, --Emergency
-- 19, --Army
-- 20, --Business
-- 21 --Trains
}
Config.Desk = "owned_vehicles"
Config.OwnerColumnName = "proprietor"
Config.PlateColumnName = "plate"
-- If true, it signifies that the Steam: and license prefixes shall be eliminated:
-- when the person identifier is obtained
Config.removerprefijos = false
-- Whether it is true, the FiveM identification system shall be used
-- Whether it is false, the Steam identification system shall be used
-- Si está a real, El sistema de identificación de FiveM será usado
-- Si está a false, El sistema de identificación de Steam será usado
Config.license = false
--TRANSLATE // TRADUCCIONES
--[[ -- REMOVE THIS LINE IF YOU WANT THIS TRANSLATE
Config.sm = "Up gear"
Config.bm = "Down gear"
Config.belt = "Belt"
Config.close = "Close/Open vehicle"
Config.lr = "Light right"
Config.ll = "Light left"
Config.lb = "Both lights"
Config.hood = "Hood"
Config.trunk = "Trunk"
]]-- -- REMOVE THIS LINE IF YOU WANT THIS TRANSLATE
----------------------------------
--[[ -- Quita esta línea para establecer el idioma a español
Config.sm = "Subir marcha"
Config.bm = "Bajar marcha"
Config.belt = "Cinturon"
Config.close = "Cerrar/Abrir vehiculo"
Config.lr = "Intermitente derecho"
Config.ll = "Intermitente izquierdo"
Config.lb = "Ambos intermitentes"
Config.hood = "Capó"
Config.trunk = "Maletero"
]] -- -- Quita esta línea para establecer el idioma a español
You probably have issues with the script, please remark the issue within the put up or DM for repair it as quickly as doable.
Necessities:
- mysql-async (It’s free)
Preview
Purchase script 5€ + Tebex tax
I hope you and also you customers benefit from the script
A greetings and thanks for learn and when you determine purchase, thanks a lot!
Different scripts:
Zcarreras V2 Create races easier and run on it with a lot player!