Anti-Cheat funcional?
#5

Apenas criar o seu anti cheat... um pequeno exemplo u.u

pawn Код:
new string[128]; // string fora, pois ela irб criar 4 dessas a cada 4 segundos. inutilidade de celulas.
public OnPlayerUpdate(playerid)
{
    nome[MAX_PLAYER_NAME]; // normal..
    if(GetPlayerWeapon(playerid) >=38 || GetPlayerWeapon(playerid) <= 44)
    if(IsPlayerAdmin(playerid)) return 0;
    GetPlayerName(playerid,nome,sizeof(nome));
    format(string,sizeof(string),"%s for kickado por usar armas proibidas",nome);
    SendClientMessageToAll(-1,string);
    Kick(playerid);
}


@ lol tarde... *.*
Reply


Messages In This Thread
Anti-Cheat funcional? - by YaaN - 21.06.2012, 19:05
Re: Anti-Cheat funcional? - by Crueliz0n - 21.06.2012, 19:13
Re: Anti-Cheat funcional? - by YaaN - 21.06.2012, 19:17
Re: Anti-Cheat funcional? - by Crueliz0n - 21.06.2012, 19:19
Re: Anti-Cheat funcional? - by leonardo1434 - 21.06.2012, 19:19
Re: Anti-Cheat funcional? - by YaaN - 21.06.2012, 19:23
Re: Anti-Cheat funcional? - by Crueliz0n - 21.06.2012, 19:25

Forum Jump:


Users browsing this thread: 1 Guest(s)