Hello guys!
I’m a server owner, and are experincing some werid bugs with car addons such as spoilers, bumpers, exhausts and so on.
Before continuing i will give some of the information. I’m currently running FXServer version/Artifact version: 5562 - Tried both production and canary.
If i lower my server version from Gamebuild 2699 to 2545 - The mods are visible on the car, and can be found at our LSCustoms, but if i raise to 2699, they aren’t visible no more.
My MODS are in a file like this, remember here im only showing 1 example of a mod “Painted Carbon Diffuser”:
function AddTextEntry(key, value)
Citizen.InvokeNative(GetHashKey(“ADD_TEXT_ENTRY”), key, value)
endCitizen.CreateThread(function()
AddTextEntry(‘0xE30CD48C’, ‘Painted Carbon Diffuser’)
end)
Category of the bug is → Server-sided!