Help to animations - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help to animations (
/showthread.php?tid=128223)
Help to animations -
FreddeN - 16.02.2010
Hello everyone
i really need some help about animations!
i tried the /gwalk and sometimes it raped the login system, or else it makes the game crash, i know about applyanimation
and PLEASE dont say im just gonna search for it, i tried
pawn code:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/gwalk", cmdtext, true, 10) == 0)
{
ApplyAnimation(playerid,"GWALK","WALK_gang1",4.0,0,0,0,0,0);
}
return 1;
}
Re: Help to animations -
OxygenBR - 16.02.2010
You should read the rules, friend.
Anyways, read the other topic. I replied to it.