altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 17 forks source link

removeFaceFeature doesn't work #1919

Open xxshady opened 1 year ago

xxshady commented 1 year ago

Description of the problem

On this demo you can see how player's nose is changed, but when player.removeFaceFeature is called it does not reset visually https://cdn.discordapp.com/attachments/1114579125059977217/1118274228978995352/Grand_Theft_Auto_V_2023.06.13-23.22.mp4

(same behavior on 14.61)

Reproduction steps

player.setFaceFeature(5, 1.0)
alt.log(player.getFaceFeatureScale(5)) // 1

await alt.Utils.wait(1500)

player.removeFaceFeature(5)
alt.log(player.getFaceFeatureScale(5)) // 0

Expected behaviour

/

Additional context

No response

Operating system

Windows 11

Version

15.0-rc1

Crashdump ID

No response

Reproduction tested

FabianTerhorst commented 1 year ago

Is it Same behavior on Release?

xxshady commented 1 year ago

yes