Chats 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: Chats animations. (
/showthread.php?tid=362796)
Chats animations. -
Blunt - 25.07.2012
Does anyone know any chat animations?
I literally cannot find any.
Re : Chats animations. -
lelemaster - 25.07.2012
Use search, I found tozens of results, this is one of them:
pawn Код:
ApplyAnimation(playerid,"MISC","Idle_Chat_02", Float:fDelta, loop, lockx, locky, freeze, time, forcesync);
Just replace the things after Idle_Chat_02
EDIT: An other one
pawn Код:
ApplyAnimation(playerid,"PED","IDLE_CHAT",Float:fDelta, loop, lockx, locky, freeze, time, forcesync);
EDIT 2: If you need some help with replacing:
https://sampwiki.blast.hk/wiki/ApplyAnimation
Re: Chats animations. -
Matz - 25.07.2012
Edit: Never mind.