SA-MP Forums Archive
WALKSTYLE - 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: WALKSTYLE (/showthread.php?tid=328920)



WALKSTYLE - Koda_xD - 26.03.2012

So, ich habe lange gesucht wie man den walkstyle дndern kann, und habe auch was gefunden:
http://pastebin.com/fVJfAzUW

Dort habe ich glaube ich alle WALSTYLES, jedoch werde ich aus dem script nicht so ganz schlau, alles was ich versuche klappt nicht. Jetzt sind die Kenner unter euch gefragt, wie kann ich da ein walkstyle 'aktivieren'?
Und jetzt soll mir bitte keiner mit'UsePlayerPedAnims(); kommen, ich wьre mich auch freuen wenn mir jemand ein anderes script, bzw, weg erklдrt den laufstyl zu дndern.


Re: WALKSTYLE - jotan. - 26.03.2012

I am english,I dont know german but I think you should put

UsePlayerPedAnims();

under:

public OnGameModeInit()
{


AW: WALKSTYLE - Koda_xD - 26.03.2012

no^^, i need other walkstyles


Re: WALKSTYLE - T0pAz - 26.03.2012

Check this out.


Re: WALKSTYLE - sniperwars - 26.03.2012

Add this to your script:

pawn Код:
OnGameModeInit()
{
    UsePlayerPedAnims();
    return 1;
}



Re: WALKSTYLE - jotan. - 26.03.2012

Quote:
Originally Posted by sniperwars
Посмотреть сообщение
Add this to your script:

pawn Код:
OnGameModeInit()
{
    UsePlayerPedAnims();
    return 1;
}
Read topic before posting -.-