SA-MP Forums Archive
GM Walk Style **Help**[+Rep] - 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: GM Walk Style **Help**[+Rep] (/showthread.php?tid=398797)



GM Walk Style **Help**[+Rep] - [E]ViL [D]RaGoN™ - 11.12.2012

GM: http://www.solidfiles.com/d/3ac3fb478b/
CFG: http://www.solidfiles.com/d/2767bc25fc/

__. Guys Can Someone, Change the Walking Style of the Gamemode to Simple Walk like in SIngle Player?.__

Thank You,
DRaGoN


Re: GM Walk Style **Help**[+Rep] - ZackBoolaro - 11.12.2012

Use:
pawn Код:
UsePlayerPedAnims();
Under on Gamemodeinit.
Like that:
pawn Код:
public OnGameModeInit()
{
     UsePlayerPedAnims();
}



Re: GM Walk Style **Help**[+Rep] - [E]ViL [D]RaGoN™ - 18.12.2012

Thx For Help