UsePlayerPedAnims - 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: UsePlayerPedAnims (
/showthread.php?tid=337002)
UsePlayerPedAnims -
andrewgrob - 24.04.2012
why is it when i try coompile this
https://sampwiki.blast.hk/wiki/UsePlayerPedAnims
it crashes
.. wont let me add ?
i want them to walk like cj
Re: UsePlayerPedAnims -
MP2 - 24.04.2012
Where did you put it? It needs to go under OnGameModeInit
pawn Код:
public OnGameModeInit()
{
// code
UsePlayerPedAnims();
// more code
return 1;
}
Re: UsePlayerPedAnims -
sniperwars - 24.04.2012
pawn Код:
public OnGameModeInit()
{
//Your code here//
UsePlayerPedAnims();
//Place more code here//
return 1;
}