Тема: RakSAMP Lite
Показать сообщение отдельно

  #9  
Старый 22.01.2024, 01:49
vaguiners
Новичок
Регистрация: 08.11.2016
Сообщений: 12
С нами: 5005812

Репутация: 53
По умолчанию

Цитата:
Сообщение от JotaroSan  

To animate walking you can use this https://www.blast.hk/threads/157070/...7j5nj351044795 , you record route from samp and reproduce it by script on raksamp
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
 
Ответить с цитированием