03.07.2009, 15:26
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:
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.
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);
}
It works when i use one key but not when i use two, so i guess the probmen is there.