What's new

Ares

VAG
Head Admin
Joined
May 6, 2021
Messages
547
Reaction score
77,068
Points
411
Location
root
Website
vag.gg

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​

Config.Mysql = 'mysql-async' -- "ghmattisql", "msyql-async"
Config.usePopui = false -- POPUI or Drawmarker Floating Text
Config.showmarker = true -- Drawmarker and FLoating Text
Config.job = 'mechanic' -- job permmision
Config.PlateSpace = true -- is your plate is ABC 123 format

Config.UseRenzu_jobs = true -- to have a profits for each upgrades
Config.PayoutShare = 0.5 -- 0.5 = 50% (how much profit share)
Config.DefaultProp = 'hei_prop_heist_box' -- default prop when carrying a parts

-- if you want CUSTOM ENGINE UPGRADE ,TURBO and TIRES make sure to true this all
Config.UseCustomTurboUpgrade = true -- use renzu_custom Turbo System -- enable disable custom turbo upgrade
Config.useturbosound = true -- use custom BOV Sound for each turbo
Config.turbosoundSync = true -- true = Server Sync Sound? or false = only the driver can hear it

Config.UseCustomEngineUpgrade = true -- enable disable custom engine upgrade
Config.UseCustomTireUpgrade = true -- enable disable custom tires upgrade

Config.RepairCost = 1500 -- repair cost

Advanced Usage​

  • SetVehicleProp Exports (setter)
exports.renzu_customs:SetVehicleProp(vehicle, props) = Save Current Vehicle Props (You need this in your current garage to save and restore custom upgrades (turbo,engine,tires)

  • GetVehicleProperties Exports (getter)
exports.renzu_customs:GetVehicleProperties(vehicle) -- return Current Vehicle Props Similar to ESX GAME VEHICLE PROPS (but this return custom upgrades)

  • GetVehicleEngine Exports (getter)
exports.renzu_customs:GetVehicleEngine(vehicle) = return current Vehicle Custom Engine

  • GetVehicleTurbo Exports (getter)
exports.renzu_customs:GetVehicleTurbo(vehicle) = return current Vehicle Turbo Upgrade

  • SetVehicleTurbo Exports (setter)
exports.renzu_customs:SetVehicleTurbo(vehicle, turbo) = Change Custom Vehicle Turbo Upgrade (entity, (Sports,Street,Racing,Default))

  • SetVehicleEngine Exports (setter)
exports.renzu_customs:SetVehicleEngine(vehicle, engine) = Change Custom Vehicle Engine Upgrade (entity, (adder,elegy,fmj,Default))

  • SetVehicleHandlingSpec Exports (setter)
exports.renzu_customs:SetVehicleHandlingSpec(vehicle,model) = Change Current Vehicle Handling (or Copy Other Vehicle Model Handling) (model can be hash or modelname)

  • GetHandlingfromModel Exports (getter)
exports.renzu_customs:GetHandlingfromModel(model) = return the current Vehicle Model Specs
example:
local table = {
['fDriveInertia'] = tonumber(v.DriveInertia),
['nInitialDriveGears'] = tonumber(v.InitialDriveGears),
['fInitialDriveForce'] = tonumber(v.InitialDriveForce),
['fClutchChangeRateScaleUpShift'] = tonumber(v.ClutchChangeRateScaleUpShift),
['fClutchChangeRateScaleDownShift'] = tonumber(v.ClutchChangeRateScaleDownShift),
['fInitialDriveMaxFlatVel'] = tonumber(v.InitialDriveMaxFlatVel),
['fMass'] = tonumber(v.Mass),
--TIRE
['fLowSpeedTractionLossMult'] = tonumber(v.LowSpeedTractionLossMult),
['fTractionLossMult'] = tonumber(v.TractionLossMult),
['fTractionCurveMin'] = tonumber(v.TractionCurveMin),
['fTractionCurveMax'] = tonumber(v.TractionCurveMax),
['fTractionCurveLateral'] = tonumber(v.TractionCurveLateral),
}
  • ESX Framework (V1 FInal, ESX Legacy) Tested
 
Last edited by a moderator:

Prot1031

Bronze Elite
Joined
Dec 9, 2021
Messages
14
Reaction score
10
Points
166
Location
Ankara

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



*** Gizli metin: alıntı yapılamaz. ***​

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​



Advanced Usage​

















  • ESX Framework (V1 FInal, ESX Legacy) Tested
müq
 

xluciux

Bronze Elite
Joined
May 5, 2021
Messages
11
Reaction score
5
Points
156

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



*** Hidden text: cannot be quoted. ***​

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​



Advanced Usage​

















  • ESX Framework (V1 FInal, ESX Legacy) Tested
Thank you so much, gonna test rn
 

alfis555

Bronze Elite
Joined
Aug 29, 2021
Messages
11
Reaction score
2
Points
166

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



*** Hidden text: cannot be quoted. ***​

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​



Advanced Usage​

















  • ESX Framework (V1 FInal, ESX Legacy) Tested
 

Eimistheyt

Member
Joined
Apr 7, 2021
Messages
3
Reaction score
2
Points
146

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



*** Hidden text: cannot be quoted. ***​

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​



Advanced Usage​

















  • ESX Framework (V1 FInal, ESX Legacy) Tested
noice
 

imnotafan

Silver Elite
Joined
Feb 15, 2022
Messages
37
Reaction score
6
Points
166
Location
Sydney

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



*** Hidden text: cannot be quoted. ***​

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​



Advanced Usage​

















  • ESX Framework (V1 FInal, ESX Legacy) Tested
s
 

MrFroDy

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



*** Hidden text: cannot be quoted. ***​

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​



Advanced Usage​













Gg



  • ESX Framework (V1 FInal, ESX Legacy) Tested
 

ahille

Silver Elite
Joined
Apr 1, 2021
Messages
21
Reaction score
6
Points
156

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



*** Hidden text: cannot be quoted. ***​

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​



Advanced Usage​














cool


  • ESX Framework (V1 FInal, ESX Legacy) Tested
 

dovahkiin

Member
Joined
Mar 24, 2021
Messages
6
Reaction score
1
Points
146

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



*** Hidden text: cannot be quoted. ***​

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​



Advanced Usage​

















  • ESX Framework (V1 FInal, ESX Legacy) Tested
nice
 

elviciaodeturno

Silver Elite
Joined
Apr 2, 2021
Messages
28
Reaction score
7
Points
156

renzu_costumbres​

FIVEM - Afinación mecánica avanzada y única
¿Su servidor ama los autos personalizados? este script gratuito es perfecto para ti.
Personaliza cualquier vehículo con mejoras completas, libreas, extras y más.

:flecha_abajo:
Descargar​



*** Texto oculto: no se puede citar. ***​

Advanced FIVEM LSCUSTOMS y Mechanic Upgrades. Contribuya al desarrollo de renzuzu/renzu_customs creando una cuenta en GitHub.



:marca_de_verificación_blanca:
CARACTERÍSTICA nativa​

  • Taller mecánico múltiple
  • Compatibilidad con varias bibliotecas Mysql (mysql-async,ghmatti, oxmysql(pronto))
  • Integrado con renzu_jobs (Mechanic Job Money y actualización de participación en las ganancias)
  • Admite casi todas las variaciones de actualizaciones (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints y más)
  • Getter y Setter de propiedades de vehículos integrados
  • Reparación de vehículos integrada en los menús
  • Interfaz de usuario de lujo

:martillo_y_llave:
Característica personalizada opcional​

  • Actualización/cambio de motor de vehículo personalizado (configurable)
  • Custom Turbo Upgrades Preconfiguración de 3 variaciones (RACING, SPORTS, STREET TURBINE) (Potencia configurable, con sonido BOV personalizado)
  • Actualización de neumáticos de vehículos personalizados ARRASTRE, CARRERAS, DEPORTES, CALLE (La tracción se puede configurar en la configuración)

:oncoming_automobile:
Mejora de vehículo de interacción única​

  • Instale y desinstale modificaciones/piezas de vehículos sobre la marcha. (se puede ver en demos)
  • El objeto de partes del vehículo llevará/se mostrará, si es compatible con la configuración (por ejemplo, accesorio de alerón)
  • Sistema de inventario integrado para almacenar piezas de vehículos.
  • Almacén de vehículos incorporado para obtener la lista de piezas disponibles para los vehículos
  • Spray Pilox/Paint: le permite pintar manualmente el vehículo usando una lata de aerosol (lata por ahora) (Admite color RGB personalizado, se puede ver en demostraciones)

Imagen de muestra:​

:cámara_de_película:
VÍDEO DE DEMOSTRACIÓN​

:exclamación:
Importante en la configuración​



Uso avanzado​

















  • ESX Framework (V1 FInal, ESX Legacy) Probado
(y)(y)(y)(y)(y)
 

underzero

Member
Joined
Aug 25, 2021
Messages
2
Reaction score
0
Points
156

renzu_customs​

FIVEM - Advanced and Unique Mechanic Tuning
is your server love custom cars? this free script is perfect for you.
Customized any vehicle with complete upgrade,liveries, extras and more.

:arrow_down:
Download​



*** Hidden text: cannot be quoted. ***​

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades. Contribute to renzuzu/renzu_customs development by creating an account on GitHub.



:white_check_mark:
Native FEATURE​

  • Multiple Mechanic Shop
  • Multiple Mysql library support (mysql-async,ghmatti, oxmysql(soon))
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI

:hammer_and_wrench:
Optional Custom Feature​

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

:oncoming_automobile:
Unique Interaction Vehicle Upgrade​

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:​

:movie_camera:
VIDEO DEMO​

:exclamation:
Important in config​



Advanced Usage​

















  • ESX Framework (V1 FInal, ESX Legacy) Tested
 
Top