SA-MP Forums Archive
How to change Walking Style? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to change Walking Style? (/showthread.php?tid=440694)



How to change Walking Style? - RalphHaro - 30.05.2013

Another question. My friend again put an other walking style in the script, I dont know how it called. All I just want is to make it back to the default ones, like the normal walking style of GTA San Andreas? Does anyone knows how to do that?


Re: How to change Walking Style? - DobbysGamertag - 30.05.2013

pawn Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
        return 1;
}
To use, and to remove them, remove that to get the default anims back for that skin.


Re: How to change Walking Style? - bensmart469 - 31.05.2013

There are 2 ways to do it. Use the way above or, set a different anim under "OnPlayerKeyStateChange" for the w a s and d keys (not the best method)


Respuesta: How to change Walking Style? - JustBored - 31.05.2013

Use the saif_walk include.


Re: How to change Walking Style? - Onfroi - 31.05.2013

[FilterScript]SetPlayerWalkingStyle