Anticheat Problem
#4

pawn Код:
// Inside the loop
if(VIP[i] == 1) continue;
new w = GetPlayerWeapon(i);
                if(w != 0 && w != 40 && PlayerWeapon[i][w] == 0)
                {
                    new gname[32];
                    GetWeaponName(w,gname,sizeof(gname));
                    format(str,144,"«| [BUSTED!] Ban: %s [Reason: Weapon Cheat (%s)] Unban-Appeal: Zombie-Opr.Tk |»",PlayerName[i],gname);
                    SendClientMessageToAll(COLOR_HAUT,str);
                    Ban(i);
Reply


Messages In This Thread
Anticheat Problem - by Blackazur - 17.12.2012, 17:40
Re: Anticheat Problem - by mineralo - 17.12.2012, 17:58
Re: Anticheat Problem - by YoYo123 - 17.12.2012, 18:12
Re: Anticheat Problem - by Konstantinos - 17.12.2012, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)