Bug with ADDON vehicle mods, on GameBuild 2699

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)
end

Citizen.CreateThread(function()
AddTextEntry(‘0xE30CD48C’, ‘Painted Carbon Diffuser’)
end)

Category of the bug is → Server-sided!

Hope you guys see this… :eyes:

5562 does not support build 2699. This isn’t a ‘bug’. This is user error.