[Ajuda] ajudar anti hacker matar
#10

Quote:
Originally Posted by Juniiro3
Посмотреть сообщение
Pra variar, Nick Nickando '-'

@Vou roubar seu cуdigo pra otimizar o anti fake kill do meu servidor : D
Acrescenta isso entгo (nгo testei totalmente)
pawn Код:
public OnPlayerDeath(playerid, killerid, reason) {
    if(killerid != INVALID_PLAYER_ID) {
        if(playerid == killerid) return Kick(playerid);
        if(GetPVarInt(playerid, "Morte") >= gettime()) return Kick(playerid);
        switch(reason) {
            case 0..46: if(GetPlayerWeapon(killerid) != reason) return Kick(playerid); //Armas
            case 49,50: if(GetPlayerVehicleID(killerid) == 0) return Kick(playerid); //Atropelado ou Helicуptero :)
        }
        SetPVarInt(playerid, "Morte", gettime() + 2);
    }
    return 1;
}
//Cуdigo feito fora do pawn
Quote:
Originally Posted by HatedS
Посмотреть сообщение
Obrigado por me corrigir!!
De nada, tamos ae
Reply


Messages In This Thread
ajudar anti hacker matar - by Blitz22 - 27.09.2013, 18:02
Re: ajudar anti hacker matar - by HatedS - 27.09.2013, 20:02
Re: ajudar anti hacker matar - by Blitz22 - 27.09.2013, 20:18
Re: ajudar anti hacker matar - by Mteck - 27.09.2013, 20:33
Re: ajudar anti hacker matar - by Samuel300 - 27.09.2013, 20:51
Re: ajudar anti hacker matar - by HatedS - 27.09.2013, 22:22
Re: ajudar anti hacker matar - by Locky_ - 27.09.2013, 22:54
Re: ajudar anti hacker matar - by Juniiro3 - 27.09.2013, 23:13
Re: ajudar anti hacker matar - by HatedS - 27.09.2013, 23:32
Re: ajudar anti hacker matar - by Locky_ - 27.09.2013, 23:35

Forum Jump:


Users browsing this thread: 1 Guest(s)