01.04.2018, 12:53
Hello, I'm trying to add a walking animation on register it works like this:
But then it just keeps walking.
if I changed it to:
then it just freezes after 1 step:
Код:
ApplyAnimation(playerid, "PED", "WALK_gang2", 4.0, 1, 1, 1, 1, 25000, 1);
if I changed it to:
Код:
ApplyAnimation(playerid, "PED", "WALK_gang2", 4.0, 0, 1, 1, 1, 25000, 1);