how to set player walking style?
#1

i want to make a system allows players registered, they can set the walking style.

how to set player walking style? it is use what Scripting Functions?
Reply
#2

There are two ways, one is that you can set in your GameModeInit:-

pawn Код:
UsePlayerPedAnims(); // in GameModeInit
And now the second way to do is you can use Animations for the player to make them walk/run your way:-

Example:-
pawn Код:
ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1,1);
Some of the walk animation names:

1) WALK_civi
2) WALK_drunk
3) WALK_fat
4) WALK_gang1

and so on so forth.

Animation List: https://sampwiki.blast.hk/wiki/Animations
ApplyAnimation: https://sampwiki.blast.hk/wiki/ApplyAnimation

-FalconX
Reply
#3

So there is no fs That someone has done.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)