Open xxshady opened 1 year ago
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
player.removeFaceFeature
(same behavior on 14.61)
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
/
No response
Windows 11
15.0-rc1
Is it Same behavior on Release?
yes
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
Expected behaviour
/
Additional context
No response
Operating system
Windows 11
Version
15.0-rc1
Crashdump ID
No response
Reproduction tested