0.3e bug ( Special Action )
#1

Hi all,

there is an bug, when you use SPECIAL_ACTION_CUFFED

you can hit players, you don't see that you hit them but the lose life.

Max
Reply
#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
#3

Would be better if SAMP team fix it

Max
Reply
#4

Yea you're right, but that fix I provided will do for now anyway.
Reply
#5

Yes for the moment

Max
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)