SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: animations (/showthread.php?tid=119804)



animations - smuf_albert95 - 09.01.2010

the gangsters in san andreas move their hands when they talk

whats the name of the LIBRARY and the ANIMNAME...

pls help me out...


Re: animations - John Rockie - 09.01.2010

pawn Код:
if(strcmp(cmd, "/chat", true) == 0) {
  LoopingAnim(playerid,"PED","IDLE_CHAT",4.0,1,0,0,1,1);
  return 1;
  }



Re: animations - smuf_albert95 - 09.01.2010

thx thx


Re: animations - John Rockie - 09.01.2010

No problem