You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the bone index Base_Pivot from the lucky wheel model vw_Prop_VW_LuckyWheel_02a using GetEntityBoneIndexByName. Currently the bone index is always returning as -1.
Expected result
The bone index should be returned rather than -1.
Reproduction steps
I've tried
Testing this on a blank fxserver
Checked in blender and confirmed the bone exists
Checking in Codewalker, I can see the bone array and the bone within including the index, tag etc
I've also tried GET_ENTITY_ARCHETYPE_NAME and confirmed the name is correct
What happened?
I'm trying to get the bone index
Base_Pivot
from the lucky wheel modelvw_Prop_VW_LuckyWheel_02a
usingGetEntityBoneIndexByName
. Currently the bone index is always returning as -1.Expected result
The bone index should be returned rather than -1.
Reproduction steps
I've tried
GET_ENTITY_ARCHETYPE_NAME
and confirmed the name is correct_GET_ENTITY_BONE_COUNT
returns 0You can replicate the issue using the below
Importancy
Slight inconvenience
Area(s)
FiveM
Specific version(s)
FiveM, Server 12255 Windows
Additional information
No response
The text was updated successfully, but these errors were encountered: