animation help - 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 help (
/showthread.php?tid=579301)
animation help -
Zeddclarity - 26.06.2015
Do anyone know the whisper animation and the fishing animation


I try to find in wiki sa-mp i cant found it
Re: animation help -
NeamPojma - 26.06.2015
Fishing animation :
pawn Код:
ApplyAnimation(playerid, "SAMP", "FishingIdle", 4.1, 1, 1, 1, 1, 1, 1);
I will look for whisper one
Re: animation help -
Zeddclarity - 26.06.2015
Quote:
Originally Posted by NeamPojma
Fishing animation :
pawn Код:
ApplyAnimation(playerid, "SAMP", "FishingIdle", 4.1, 1, 1, 1, 1, 1, 1);
I will look for whisper one
|
Is that 0.3.7 animation and do you know the wisper animation or any animation that the player put their hand near their mouth
Re: animation help -
NeamPojma - 26.06.2015
Yes fishing animation is for 0.3.7
I cant find any whisper but you can try this
pawn Код:
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1,1,1,1);
or
pawn Код:
ApplyAnimation(playerid,"MISC","Idle_Chat_02",4.1,1,1,1,1,1);
Re: animation help -
Zeddclarity - 26.06.2015
Ok ill try it