Animation help
#8

Quote:
Originally Posted by JaTochNietDan
Посмотреть сообщение
Well here's an example for you.

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) // Called at any time the SA keys are changed
{
    if(newkeys & KEY_AIM) ClearAnimations(playerid); // Player is pressing KEY_AIM (132), clear animations!
    return 1;
}
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) // Called at any time the SA keys are changed
{
     if(newkeys & KEY_AIM) ClearAnimations(playerid);
 {
I have 1 error : error 017: undefined symbol "KEY_AIM"
Help me what i need to do
Reply


Messages In This Thread
Animation help - by Hoss - 10.11.2010, 14:48
Re: Animation help - by Hoss - 10.11.2010, 15:04
Re: Animation help - by WillyP - 10.11.2010, 15:06
Re: Animation help - by Hoss - 11.11.2010, 13:28
Re: Animation help - by Hoss - 11.11.2010, 13:33
Re: Animation help - by JaTochNietDan - 11.11.2010, 13:39
Re: Animation help - by Blatnoi - 11.11.2010, 13:42
Re: Animation help - by Hoss - 11.11.2010, 14:12
Re: Animation help - by JaTochNietDan - 11.11.2010, 14:13
Re: Animation help - by Hoss - 11.11.2010, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)