Script farklı tür renkler bulundurduğu için es_extended desteklemiyor olabilir
es_extended/client/functions.lua gir.
ESX.Game.GetVehicleProperties = function(vehicle)
bu kodu bul;
color2 kısmının altına
rgb = table.pack(GetVehicleCustomPrimaryColour(vehicle)),
rgb2 = table.pack(GetVehicleCustomSecondaryColour(vehicle)),
bu kodu yaz
Ekli dosyayı görüntüle 56968
Ardından
ESX.Game.SetVehicleProperties = function(vehicle, props)
bu kodu bul;
props.dirtlevel
ın altına
if props.rgb then SetVehicleCustomPrimaryColour(vehicle, props.rgb[1], props.rgb[2], props.rgb[3]) end
if props.rgb2 then SetVehicleCustomSecondaryColour(vehicle, props.rgb[1], props.rgb[2], props.rgb[3]) end
bu kodu yaz.
Ekli dosyayı görüntüle 56969