vecCentreOfMassOffset and other 3 vector values not working

To receive support, please fill out the following template, and remove this top text.

GTA V version? 141
Up to date? yes
Legit or Pirate copy? legit
Steam/CD/Social Club? social cunt
Windows version? creator
Did you try to delete caches.xml and try again? yes

https://runtime.fivem.net/doc/reference.html#_0x7f9d543 Example: SetHandlingVector('AIRTUG', 'CHandlingData', 'vecCentreOfMassOffset', vector3(0.0, 0.0, -5.0)) no function

ERROR: NO SUCH FIELD:
vecCentreOfMassOffset.Z
vecCentreOfMassOffset:Z
vecCentreOfMassOffsetZ``

ERROR: No Such Handling Name 512258 in SET_HANDLING_FIELD SetHandlingVector(veh, 'CHandlingData', 'vecCentreOfMassOffset', vector3(0.0, 0.0, -5.0))

NO ERROR NO RESULT:
SetHandlingVector(‘DUBSTA3’, ‘CHandlingData’, ‘vecCentreOfMassOffset’, vector3(0.0, 0.0, -5.0))
SetVehicleHandlingVector(veh, ‘CHandlingData’, ‘vecCentreOfMassOffset’, vector3(0.0, 0.0, -5.0))
SetVehicleHandlingField(veh, ‘CHandlingData’, ‘vecCentreOfMassOffset’, vector3(0.0, 0.0, -5.0))
SetVehicleHandlingField(veh, ‘CHandlingData’, ‘vecCentreOfMassOffset’, 0.0, 0.0, -5.0)

Also does not work:
SetVehicleHandlingField(veh, ‘CHandlingData’, “vecCentreOfMassOffset”, {x = 0.0, y = 0.0, z = -5.0})
SetHandlingVector(‘DUBSTA3’, ‘CHandlingData’, ‘vecCentreOfMassOffset’, {x = 0.0, y = 0.0, z = -5.0})

Affects
< vecCentreOfMassOffset x=“0.000000” y=“0.000000” z=“0.000000” />
< vecInertiaMultiplier x=“1.600000” y=“2.000000” z=“2.400000” />

confirmed. neither works. the example is wrong or non-functional.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.