- Katılım
- 4 yıl 8 ay 4 gün
- Mesajlar
- 57
- Discord
- Supramex Fi#9812
Arkadaşlar ben fantastic_mechanic scripti kullanıorum geçen günlerde aracın boyası garaja girince kayboluordur bir arkadaş saolsun es_extended için bir kod verdi kodu aşağıda paylaşacağım
ancak boya oldu ama araç çıkartmaları kaydetmior bunun için es_extended e koymam gereken kodu bilen varsa hangi satırın altına yazmam gerektiğini ve kodu paylaşabilirmi teşekkürler
BOYA SORUNUNU DÜZELTEN KOD
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
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
ancak boya oldu ama araç çıkartmaları kaydetmior bunun için es_extended e koymam gereken kodu bilen varsa hangi satırın altına yazmam gerektiğini ve kodu paylaşabilirmi teşekkürler
BOYA SORUNUNU DÜZELTEN KOD
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
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