We need more vehicle-related natives server-side

Sometimes we need to spawn a vehicle with custom tuning at certain place with no player inside the vehicle. For example we’re making a mission where players can steal customized vehicle. Thanks to CFX devs we can spawn vehicle server-side and even set the plate text server-side by using RPC natives. But we can’t change car mods, extras, liveries server-side and that is a bit of a problem.

We can spawn car and find entity owner to set all these mods from his client but there’s no guarantee that this player is not moving fast or just dropping from server at the same moment. Entity owner changes over and over and sometimes mods doesn’t apply.
I think it’ll be very useful to have RPC versions of following natives:

DoesExtraExist
IsVehicleNeonLightEnabled
GetVehicleNeonLightsColour
GetVehicleMod
IsToggleModOn

SetVehicleModKit
SetVehicleNumberPlateTextIndex
SetEntityHealth
SetVehicleExtraColours
SetVehicleWheelType
SetVehicleWindowTint
SetVehicleNeonLightEnabled
SetVehicleNeonLightsColour
ToggleVehicleMod
SetVehicleTyreSmokeColor
SetVehicleMod
SetVehicleLivery
SetVehicleExtra

These natives don’t have server-side equivalents, I checked them all here: Native Reference - Cfx.re Docs. Maybe it’s even more of them since we have some new features in Los Santos Tuners DLC.

Duplicate: [Server side native request] SetVehicleExtraColours, SetVehicleMod, etc

See also Server should support directly setting data on nodes · Issue #960 · citizenfx/fivem · GitHub