[Ajuda] Ant-Aimbot
#7

Quote:
Originally Posted by Thellex
Посмотреть сообщение
Vocк nгo teria um ant-aim funcional mesmo que tenha bugs?
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid) {
    if(GetPlayerCameraMode(issuerid) != 53 || !IsPlayerConnected(issuerid)) return 1;

    switch(weaponid) {
        case 22..34: {
            new pId = GetPlayerTargetPlayer(issuerid);
            if(pId == 0xFFFF) {
                new pStr[61], pName[24];
                GetPlayerName(issuerid, pName, 24);
                format(pStr, 61, "PTAC :: %s[ID %d] estб usando AimBot.", pName, issuerid);
                SCM_Admin(-1, pStr);
            }
        }
    }
    return 1;
}

SCM_Admin(color, msg[]) {
    for(new i = (MAX_PLAYERS - 1); i > -1; --i) if(IsPlayerAdmin(i)) SendClientMessage(i, color, msg);
    return 1;
}
Reply


Messages In This Thread
Ant-Aimbot - by Thellex - 08.12.2012, 19:36
Re: Ant-Aimbot - by TugaBR - 08.12.2012, 19:41
Re: Ant-Aimbot - by Thellex - 08.12.2012, 19:49
Re: Ant-Aimbot - by mau.tito - 08.12.2012, 20:35
Re: Ant-Aimbot - by paulor - 08.12.2012, 20:49
Re: Ant-Aimbot - by Thellex - 08.12.2012, 21:16
Re: Ant-Aimbot - by paulor - 08.12.2012, 22:28
Re: Ant-Aimbot - by lukas_loky - 08.12.2012, 22:43
Re: Ant-Aimbot - by paulor - 08.12.2012, 23:07
Re: Ant-Aimbot - by EditPawn - 08.12.2012, 23:19

Forum Jump:


Users browsing this thread: 1 Guest(s)