Anti-Cheat funcional?
#2

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(GetPlayerWeapon(playerid) == 35 || GetPlayerWeapon(playerid) == 36 || GetPlayerWeapon(playerid) == 37 || GetPlayerWeapon(playerid) == 38)
    {
        if(IsPlayerAdmin(playerid)) return false;
        new string[128],pname[MAX_PLAYER_NAME];
        TogglePlayerControllable(playerid, 0);
        GetPlayerName(playerid,pname,sizeof(pname));
        format(string,sizeof(string),"*>> %s foi banido pois estava com Weapon Cheats",pname);
        SendClientMessageToAll(-1,string);
        BanEx(playerid,"Weapon Cheats");
    }
    return 1;
}
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)