ANTI AIMBOT para sa-mp?
#7

Gracias a todos por responder

Quote:
Originally Posted by Neutron97
Посмотреть сообщение
Hola a bordo del Brasil que pertenezco tenнa un tema relacionado con esto,
Tema sobre la lucha contra aimbot o esta Tema sobre la lucha contra aimbot 2
Creo que puedo ayudar, abrazar
Muchisimas gracias probare utilizando esto:
Quote:
Originally Posted by paulor
Посмотреть сообщение
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
    if(GetPlayerCameraMode(issuerid) != 53 || !IsPlayerConnected(issuerid)) return 1
    switch(weaponid)
    {
        case 22..34:
        {
            if(GetPlayerTargetPlayer(issuerid) == INVALID_PLAYER_ID)
            {
                new string[61], Nome[24];
                GetPlayerName(issuerid, Nome, 24);
                format(string, sizeof(string), "PTAC: [%d]%s estб usando AimBot.", issuerid, Nome);
                for(new i, PT = MAX_PLAYERS; i < PT; i++) if(IsPlayerConnected(i) && IsPlayerAdmin(i)) SendClientMessage(i, -1, string);
            }
        }
    }
    return 1;
}
Ta ae minha prost... UhsUhshusUsH
Cuando tenga tiempo para probarlo aviso resultados .

Obrigado!
Reply


Messages In This Thread
ANTI AIMBOT para sa-mp? - by The_Scope - 17.09.2013, 23:52
Respuesta: ANTI AIMBOT para sa-mp? - by Parka - 18.09.2013, 00:01
Respuesta: ANTI AIMBOT para sa-mp? - by The_Scope - 18.09.2013, 00:06
Respuesta: ANTI AIMBOT para sa-mp? - by Malganys - 18.09.2013, 00:25
Respuesta: ANTI AIMBOT para sa-mp? - by Fluid016 - 18.09.2013, 01:38
Re: ANTI AIMBOT para sa-mp? - by Neutron97 - 18.09.2013, 01:47
Respuesta: Re: ANTI AIMBOT para sa-mp? - by The_Scope - 18.09.2013, 02:53
Re: Respuesta: Re: ANTI AIMBOT para sa-mp? - by Neutron97 - 18.09.2013, 22:25
Respuesta: ANTI AIMBOT para sa-mp? - by H@hn - 19.09.2013, 00:27
Re: Respuesta: ANTI AIMBOT para sa-mp? - by MillerUTL - 19.09.2013, 00:56

Forum Jump:


Users browsing this thread: 1 Guest(s)