weired
#1

hey, i have a anti weapon cheat but even if he dosnt have the weapons listed it sends a message
to admins sayign he does why??
pawn Код:
if(IsPlayerConnected(i) && PInfo[i][Level] >= 0)
        {
            GetPlayerWeaponData(i, 7, weap, ammo);
            if(weap == 38||37||26||27) {
                GetPlayerName(i,tname,sizeof(tname));
                format(string,sizeof(string),"INFO: %s has a minigun/flamethrower/shotgun", tname);
                MessageToAdmins(WHITE,string);
            }
Reply


Messages In This Thread
weired - by dark_clown - 23.10.2010, 22:00
Re: weired - by Miguel - 24.10.2010, 01:50

Forum Jump:


Users browsing this thread: 1 Guest(s)