#7


I made these two for you. Put them under OnPlayerCommandText

Код:
	if(!strcmp(cmdtext,"/anim handsup", true))
	{

      ApplyAnimation(playerid, "ROB_BANK", "SHP_HandsUp_Scr", 4.0, 0, 0, 0, 0, 0);
      return 1;
	}
Код:
	if(!strcmp(cmdtext,"/anim bomb", true))
	{

      ApplyAnimation(playerid, "BOMBER","BOM_Plant_Loop",4.0, 1, 0, 0, 1, 0);
      return 1;
	}
You might get a warning for indetation cause I typed this in this chat and not in pawno
But to get a list of all animations, go here https://sampwiki.blast.hk/wiki/Animations
Reply


Messages In This Thread
anim - by radi - 15.08.2009, 09:38
Re: anim - by radi - 15.08.2009, 09:51
Re: anim - by XtremeChio - 15.08.2009, 09:52
Re: anim - by XtremeChio - 15.08.2009, 09:52
Re: anim - by radi - 15.08.2009, 09:54
Re: anim - by Cezar - 15.08.2009, 10:42
Re: anim - by XtremeChio - 15.08.2009, 11:34
[fixed] anim - by radi - 15.08.2009, 12:41
Re: [fixed] anim - by SpiderPork - 15.08.2009, 12:46
Re: [fixed] anim - by XtremeChio - 15.08.2009, 12:51

Forum Jump:


Users browsing this thread: 1 Guest(s)