SA-MP Forums Archive
Animation - 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: Animation (/showthread.php?tid=587334)



Animation - SumX - 30.08.2015

Hello! What animation is this? I really can't find it.Thank you very much!!!
You can move normally, but your hands just stay like this untill you stop the animation.






Re: Animation - Logofero - 30.08.2015

Quote:
Originally Posted by SumX
Посмотреть сообщение
Hello! What animation is this? I really can't find it.Thank you very much!!!
You can move normally, but your hands just stay like this untill you stop the animation.



Use this:

PHP код:
#define SPECIAL_ACTION_HANDSUP            10
#define SPECIAL_ACTION_USECELLPHONE        11
#define SPECIAL_ACTION_SITTING            12
#define SPECIAL_ACTION_STOPUSECELLPHONE 13
#define SPECIAL_ACTION_DRINK_BEER        20
#define SPECIAL_ACTION_SMOKE_CIGGY        21
#define SPECIAL_ACTION_DRINK_WINE        22
#define SPECIAL_ACTION_DRINK_SPRUNK        23
#define SPECIAL_ACTION_CUFFED            24
#define SPECIAL_ACTION_CARRY            25
SetPlayerSpecialAction(playeridSPECIAL_ACTION_CARRY); 



Re: Animation - SumX - 30.08.2015

lol right now I came here to reply and say it was solved, I found it, SPECIAL_ACTION_CARRY, but you were faster than me, thanks anyway