altmp / altv-issues

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

ped changes facefeatures on animation trigger #1958

Closed eiksch closed 1 year ago

eiksch commented 1 year ago

Description of the problem

player ped changes face features from a second persons perspective when triggering animation. https://www.youtube.com/watch?v=neorT4ykIx8

Reproduction steps

game.taskPlayAnim(
    alt.Player.local.scriptID,
    "facials@gen_female@base",
    'eating_1',
    1.0,
    1,
    -1,
    33,
    1,
    false,
    false,
    false
);

Expected behaviour

appearance stays the same

Additional context

-

Operating system

Linux Server

Version

15.0-dev538 (dev)

Crashdump ID

No response

Reproduction tested

xxshady commented 1 year ago

Can't reproduce on 15.0-dev567, could you provide more info, what face features, hair values did you set and how?

xxshady commented 1 year ago

Nevermind, now I reproduced it, seems like some or all face features are copied from local player (who is not playing anim) to remote player (who is playing anim) remote player playing anim with copied face features:

изображение

FabianTerhorst commented 1 year ago

Test with dev568 or higher Server again.

eiksch commented 1 year ago

15.0-dev571 did not work., dev573 did not work either.

eiksch commented 1 year ago

dev582 works, thanks @FabianTerhorst !