SA-MP Forums Archive
Animation - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Animation (/showthread.php?tid=204120)



Animation - k3nw00d_kri5ty - 28.12.2010

Hi all,

I have a question,

which is that animation name?
So the command in game is /scratch ...

/imageshack/img251/703/scrat1.png
/imageshack/img510/4350/scrat2.png
/imageshack/img585/6263/scrat3.png


Re: Animation - Jantjuh - 28.12.2010

i think you are looking for: Scratchball_01

(misc)




Re: Animation - k3nw00d_kri5ty - 28.12.2010

I have put in Gm but the animation doesn't work Why?

Код:
	if(strcmp(cmd, "/scratch", true) == 0)
	{
		ApplyAnimation(playerid,"misc","Scratchball_01",3.0,0,0,0,0,0);
	}



Re: Animation - [WF]Demon - 29.12.2010

pawn Код:
if(strcmp(cmd, "/scratch", true) == 0)
    {
        ApplyAnimation(playerid,"MISC","Scratchballs_01",3.0,0,0,0,0,0);
    }



Re: Animation - k3nw00d_kri5ty - 29.12.2010

Tnx xD ...