0.3e bug ( Special Action )
#2

Temporary fix:

pawn Код:
if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_CUFFED)//Credits to some guy here, not sure who made it though
    {
        if(PRESSED(KEY_FIRE) || PRESSED(KEY_SECONDARY_ATTACK | 128))
        {
             ClearAnimations(playerid);
             SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
        }
        if(PRESSED(KEY_JUMP))
        {
             ClearAnimations(playerid);
             SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
        }
    }
Reply


Messages In This Thread
0.3e bug ( Special Action ) - by scott1 - 10.05.2012, 18:14
Re: 0.3e bug ( Special Action ) - by seanny - 10.05.2012, 18:48
Re : 0.3e bug ( Special Action ) - by scott1 - 10.05.2012, 19:10
Re: 0.3e bug ( Special Action ) - by seanny - 10.05.2012, 19:16
Re : 0.3e bug ( Special Action ) - by scott1 - 10.05.2012, 19:21

Forum Jump:


Users browsing this thread: 3 Guest(s)