15.08.2009, 11:34
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; }
![Cheesy](images/smilies/biggrin.png)
But to get a list of all animations, go here https://sampwiki.blast.hk/wiki/Animations