[PEDIDO] Novo Anti-God
#1

Fala galera, procurei mais nгo consigo achar, й o seguinte os cara descobriram o tal do "MOD Cleo que perde life com tudo, menos com tiro "../god n funfa /bofetada n funfa /explosгo n funfa e esses player tao comeзano a apelar, alguйm tem uma salvaзгo ae :P

Ps: o god sу nao perde vida quando й atingido por Tiros de uma arma, o resto tira life dele :P

Anti God
Reply
#2

Cade nossos expert's para nos ajudarem xD
Reply
#3

lolllllll kkkkkkkkkkkkkkkkk o jeito й da um /congelar e soka tiro ;X
tem ke se rapido em
Reply
#4

tente usar a nova callback do samp, OnPlayerGiveDamage ou OnPlayerTakeDamage

@edit
tente
pawn Код:
new god[MAX_PLAYERS];//topo
pawn Код:
public OnPlayerConnect(playerid)
{
    god[playerid] = 0;
    return 1;
}
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    new sangue;
    if(god[playerid] == 0)
    {
        god[playerid] ++;
        sangue = GetPlayerHealth(playerid);
        return 1;
    }
    else if(god[playerid] > 0)
    {
        if(sangue == GetPlayerHealth(playerid));
        {
            new msg[128], Nome[MAX_PLAYER_NAME];
            GetPlayerName(playerid, Nome, sizeof(Nome));
            SendClientMessage(playerid, -1, "Vocк foi kickado por suspeita de xiter!");
            format(msg, sizeof(msg), "%s foi kickado automaticamente por suspeita de xiter", Nome);
            SendClientMessageToAll(-1, msg);
            Kick(playerid);
            return 1;
        }
        else
        {
            god[playerid] --;
            return 1;
        }
    }
    return 1;
}
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    god[playerid] = 0;
    return 1;
}
@edit
agora funfa
Reply
#5

Cria Um Comando Para Explodir Ele, e Dar Um Tapгo Nele Igual Eu Faзo KKKK.
Fica Obs Se Ele Nao Morrer /ban '-'
Reply
#6

dei edit ali em cima, dб uma olhada lб


@editІ
agora funfa, (acho)
Reply
#7

Quote:
Originally Posted by Marshall_Elite
Посмотреть сообщение
lolllllll kkkkkkkkkkkkkkkkk o jeito й da um /congelar e soka tiro ;X
tem ke se rapido em
Sу uma observaзгo, TogglePlayerControllable, se vocк congelar ele, o player nгo sofrerб danos..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)