SA-MP Forums Archive
Burglar 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)
+--- Thread: Burglar animations (/showthread.php?tid=336048)



Burglar animations - Face9000 - 20.04.2012

Hello,someone knows some burglar animations to apply at a player?After reading from the whole list on wiki,i've found nothing.Thanks.


Re: Burglar animations - ViniBorn - 20.04.2012

Try this
pawn Код:
ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_End",4.1,0,1,1,1,1);
ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Open",4.1,0,1,1,1,1);
ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Open_O",4.1,0,1,1,1,1);
ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Rob",4.1,0,1,1,1,1);
ApplyAnimation(playerid,"ROB_BANK","SHP_HandsUp_Scr",4.1,0,1,1,1,1);



Re: Burglar animations - Ainseri - 20.04.2012

We should have a thread where we can post and get help from others when we need ideas for animations and stuff.


Re: Burglar animations - Face9000 - 20.04.2012

Quote:
Originally Posted by Ainseri
Посмотреть сообщение
We should have a thread where we can post and get help from others when we need ideas for animations and stuff.
Agreed,+1 for this.

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Try this
pawn Код:
ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_End",4.1,0,1,1,1,1);
ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Open",4.1,0,1,1,1,1);
ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Open_O",4.1,0,1,1,1,1);
ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Rob",4.1,0,1,1,1,1);
ApplyAnimation(playerid,"ROB_BANK","SHP_HandsUp_Scr",4.1,0,1,1,1,1);
Thank you very much