
22.01.2024, 01:49
|
|
Новичок
Регистрация: 08.11.2016
Сообщений: 12
С нами:
5005812
Репутация:
53
|
|
HI
I got the walking animation to work with
Lua:
Код:
function
sampev
.
onSendPlayerSync
(
data
)
data
.
animationFlags
=
12132
data
.
animationId
=
1246
end
The problem seems to be using animationId without Flags
But now i cant get a "smooth" walk. I tried to change the onfoot rate to 5 but it still laggy
|
|
|