mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 03:01:31 +00:00
Added 5th engine level
Fix for vehicles that has 5 engine upgrades, example `shinobi` Prevents errors
This commit is contained in:
@@ -483,13 +483,13 @@ Config.Menus = {
|
|||||||
label = TranslateCap('engine'),
|
label = TranslateCap('engine'),
|
||||||
parent = 'upgrades',
|
parent = 'upgrades',
|
||||||
modType = 11,
|
modType = 11,
|
||||||
price = {13.95, 32.56, 65.12, 139.53}
|
price = {13.95, 27.9, 55.8, 111.6, 139.53}
|
||||||
},
|
},
|
||||||
modBrakes = {
|
modBrakes = {
|
||||||
label = TranslateCap('brakes'),
|
label = TranslateCap('brakes'),
|
||||||
parent = 'upgrades',
|
parent = 'upgrades',
|
||||||
modType = 12,
|
modType = 12,
|
||||||
price = {4.65, 9.3, 18.6, 13.95}
|
price = {4.65, 9.3, 13.95, 18.6}
|
||||||
},
|
},
|
||||||
modTransmission = {
|
modTransmission = {
|
||||||
label = TranslateCap('transmission'),
|
label = TranslateCap('transmission'),
|
||||||
|
|||||||
Reference in New Issue
Block a user