All skins using same running animation
#1

On almost every server I play on, all skins RUN/WALK the same way, and the same speed. But, when I make my server, each skin has a different RUN/WALK animation/speed.
How can I fix this?
Reply
#2

Under OnPlayerRequestClass() function, delete all the animations, then put the anim you want to use to the bottom of the function.

But if you give me the code, I fix it for you.
Reply
#3

All that public OnPlayerConnect(playerid) has is..the Camera stuff.
Reply
#4

Put this:
pawn Код:
UsePlayerPedAnims();
in your your OnGameModeInit callback

pawn Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
    return 1;
}
Reply
#5

UsePlayerPedAnims(); in OnGameModeInit()?...
Reply
#6

Thank you very much, you have no idea how long I've been trying to figure this out.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)