[help] how to stop anims with a key
#2

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if ((newkeys & KEY_FIRE) || (newkeys & KEY_SPRINT))
    {
        ClearAnimations(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
[help] how to stop anims with a key - by iggy1 - 06.04.2010, 15:05
Re: [help] how to stop anims with a key - by dice7 - 06.04.2010, 15:07
Re: [help] how to stop anims with a key - by Rac3r - 06.04.2010, 15:39
Re: [help] how to stop anims with a key - by XCarBOn - 06.04.2010, 15:45
Re: [help] how to stop anims with a key - by Rac3r - 06.04.2010, 15:48
Re: [help] how to stop anims with a key - by iggy1 - 06.04.2010, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)