Handshake 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: Handshake animation? (
/showthread.php?tid=363972)
Handshake animation? -
ricardo178 - 29.07.2012
Hey there, do you know any handshake animation? Searched over every animations with "shake", "tap", "hand", "sup", and didn't find anything.
Thanks.
Re: Handshake animation? -
Cjgogo - 29.07.2012
Probably there's none,as I finished GTA SA Single Player entirely,and I've never spotted such an animation,and as it can't be found in SinglePlayer,also can't in MultiPlayer.
(P.S:I've looked for it also,NOW,but did not find any results).Sorry :P
Re: Handshake animation? -
Rudy_ - 29.07.2012
There is, but i don't know :/
Edit: Here
http://www.mediafire.com/?w6qd6fea67n5zb8
Re: Handshake animation? -
Rudy_ - 29.07.2012
Edit: Sorry double post
The animations used for handshakes.
pawn Код:
PreloadAnimLib(playerid,"BENCHPRESS");
PreloadAnimLib(playerid,"BOMBER");
PreloadAnimLib(playerid,"RAPPING");
PreloadAnimLib(playerid,"SHOP");
PreloadAnimLib(playerid,"BEACH");
PreloadAnimLib(playerid,"SMOKING");
PreloadAnimLib(playerid,"FOOD");
PreloadAnimLib(playerid,"ON_LOOKERS");
PreloadAnimLib(playerid,"DEALER");
PreloadAnimLib(playerid,"CRACK");
PreloadAnimLib(playerid,"CARRY");
PreloadAnimLib(playerid,"COP_AMBIENT");
PreloadAnimLib(playerid,"PARK");
PreloadAnimLib(playerid,"INT_HOUSE");
PreloadAnimLib(playerid,"FOOD");
PreloadAnimLib(playerid,"CRACK");
// Add this to OnPlayerLogin or OnPlayerSpawn if you don't use a Godfather / LA-RP edit.
pawn Код:
PreloadAnimLib(playerid, animlib[])
{
ApplyAnimation(playerid,animlib,"null",0.0,0,0,0,0,0); // Add this anywhere in your script.
}
Re : Handshake animation? -
ricardo178 - 29.07.2012
Thanks everyone.