animations
#3

Quote:
Originally Posted by <Krys>
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if(strcmp(cmdtext, "/drunk",true) == 0)
  {
      ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1);
 
  }
  return 1;
}
U mean this?
Wrong.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if(strcmp(cmdtext, "/drunk",true) == 0)
  {
    ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1);
    return 1;
  }
  return 0;
}
This one is right.
Reply


Messages In This Thread
animations - by smuf_albert95 - 09.01.2010, 13:43
Re: animations - by FireFox_ - 09.01.2010, 13:48
Re: animations - by Miguel - 09.01.2010, 13:50

Forum Jump:


Users browsing this thread: 3 Guest(s)