Posts: 279
Threads: 11
Joined: Jul 2012
Reputation:
0
Is it possible to get component's position? For example, I want to get position of front bumper. I tried with GetVehicleModelInfo but it returns only height. Or these data is somewhere in GTA file?
Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
Almost every offset (if not all) for vehicle component is model dependent, i mean its partially saved inside .dff file so i guess its impossible.
By the way i suggest you to always explain what you are trying to accomplish because someone could have different approach to same problem.
Posts: 279
Threads: 11
Joined: Jul 2012
Reputation:
0
I want to attach component as an object (AttachObjectToVehicle), so I need these offsets. Maybe combination of GetVehicleModelInfo?