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



Anim HandShake - AlexPalermitano97 - 29.07.2016

What is the animation where you shake hands as a greeting to the two players ?

I can not find it


Re: Anim HandShake - WhiteGhost - 29.07.2016

Unless someone could give u it exact.. U gotta use https://sampforum.blast.hk/showthread.php?tid=587916
And find it yourself..


Re: Anim HandShake - AndySedeyn - 29.07.2016

Formal handshake:
PHP код:
ApplyAnimation(playerid"GANGS""prtial_hndshk_biz_01"3.0000001); 
Others:
PHP код:
ApplyAnimation(playerid"GANGS""HNDSHKFA"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkaa"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkba"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkca"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkcb"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkda"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkea"3.0000001); 



Re: Anim HandShake - AlexPalermitano97 - 29.07.2016

Quote:
Originally Posted by AndySedeyn
Посмотреть сообщение
Formal handshake:
PHP код:
ApplyAnimation(playerid"GANGS""prtial_hndshk_biz_01"3.0000001); 
Others:
PHP код:
ApplyAnimation(playerid"GANGS""HNDSHKFA"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkaa"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkba"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkca"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkcb"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkda"3.0000001);
ApplyAnimation(playerid"GANGS""hndshkea"3.0000001); 
Been to a case of anim that simulates the passage of material as a drug from one hand to another player ? similar to the formal greeting


Re: Anim HandShake - AndySedeyn - 29.07.2016

Quote:
Originally Posted by AlexPalermitano97
Посмотреть сообщение
Been to a case of anim that simulates the passage of material as a drug from one hand to another player ? similar to the formal greeting
These?
PHP код:
ApplyAnimation(playerid,"GANGS","DEALER_DEAL",3.000000,1);
ApplyAnimation(playerid,"GANGS","DRUGS_BUY",3.000000,1);