[Solved]Binding Key's to animations
#1

How can i bind an animation so if you press both "aim key(not sure whats it called)"+"KEY_crouch" you do an animation?
I have tried this but it dosnt work:
pawn Код:
if ((newkeys==KEY_FIRE && newkeys==KEY_CROUCH))
  {
        ApplyAnimation(playerid,"FOOD","EAT_burger",3.0,0,0,0,0,0);
  }
Not going to use that anim just took an example

It works when i use one key but not when i use two, so i guess the probmen is there.
Reply


Messages In This Thread
[Solved]Binding Key's to animations - by Buwla - 03.07.2009, 15:26
Re: Binding Key's to animations - by Correlli - 03.07.2009, 15:45
Re: Binding Key's to animations - by Kyle - 03.07.2009, 15:46
Re: Binding Key's to animations - by Chaprnks - 03.07.2009, 15:47
Re: Binding Key's to animations - by Buwla - 03.07.2009, 15:51

Forum Jump:


Users browsing this thread: 1 Guest(s)