NPC Anim
#1

Hey!

Code:
  public OnPlayerStreamIn(playerid)
  {
     SendCommand("/strip");
     return 1;
  }
This code, in NPC.pwn file should make NPC to dance, but it's not dancing...

Command:

Code:
CMD:strip(playerid, params[])
{
   ApplyAnimation(playerid, "STRIP", "STR_A2B", 4.000000, 1, 0, 0, 0, 0, 1);
   return 1;
}
Reply


Messages In This Thread
NPC Anim - by lukas567 - 24.03.2012, 11:34
Re: NPC Anim - by Vladamir - 24.03.2012, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)