[Ajuda] Anti joypad/aimbot
#4

Vocк poderia fazer uma gabiarra...

Bozo Crнtico, vocк me deu uma idйia do cacete!

pawn Код:
new Tiros[MAX_PLAYERS char];

public OnPlayerGiveDamage(playerid,damagedid,Float:amount,weaponid)
{
    if(GetPlayerTargetPlayer(playerid) != INVALID_PLAYER_ID)
    {
        Tiros{playerid}++;
       
        if(Tiros{playerid} > 10)
        {
            // JoyPad / AimBot on
            Tiros{playerid} = 0;

        }
    }
    else
    {
        Tiros{playerid} = 0;
    }
    return 1;
}
Reply


Messages In This Thread
Anti joypad/aimbot - by arakuta - 27.10.2013, 02:05
Re: Anti joypad/aimbot - by BielCOP - 27.10.2013, 02:11
Re: Anti joypad/aimbot - by arakuta - 27.10.2013, 02:14
Re: Anti joypad/aimbot - by BielCOP - 27.10.2013, 02:17

Forum Jump:


Users browsing this thread: 2 Guest(s)