[DUV] Oculos nocturnos
#7

αмigσ тєитє iรรσ αqυi

єxρlicαзгσ: ασ jσgαdσя ρєgαя υм dσร σcυlσร єlє lєvαяб bαи


pawn Код:
//No topo do gm
forward CheckHacks();

// Em ongamemodinit
SetTimer("CheckHacks",1000,1);


// Nas publics

public CheckHacks()
{
   new pName[MAX_PLAYER_NAME];
   new string[256];


     for(new i=0;i<=MAX_PLAYERS;i++) {
          if(IsPlayerConnected(i)) {



        if(GetPlayerWeapon(i) == 44)
         {
           GetPlayerName(i, pName, sizeof(pName));
           format(string,256,"| Anti-Cheat |  %s[ID:%d] Foi Banido, Motivo : Nightvision Goggles",pName,i);
           SendClientMessageToAll(Vermelho,string);
           SendClientMessage(i, Vermelho,"| Anti-Cheat |: Vocк foi banido por usar Cheat's!.");
           BanEx(i, "Nightvision Goggles");
         }
        if(GetPlayerWeapon(i) == 45)
         {
           GetPlayerName(i, pName, sizeof(pName));
           format(string,256,"| Anti-Cheat |  %s[ID:%d] Foi Banido, Motivo : Infrared Vision",pName,i);
           SendClientMessageToAll(Vermelho,string);
           SendClientMessage(i, Vermelho,"| Anti-Cheat |: Vocк foi banido por usar Cheat's!.");
           BanEx(i, "Infrared Vision");
         }

        }
    }
}
Reply


Messages In This Thread
[DUV] Oculos nocturnos - by DartakousLien - 20.08.2010, 20:32
Re: [DUV] Oculos nocturnos - by SuB_ZeRo0_ - 20.08.2010, 20:48
Re: [DUV] Oculos nocturnos - by DartakousLien - 20.08.2010, 21:07
Re: [DUV] Oculos nocturnos - by Gil_Henriquee - 20.08.2010, 21:31
Re: [DUV] Oculos nocturnos - by DartakousLien - 20.08.2010, 21:42
Re: [DUV] Oculos nocturnos - by Kasura - 21.08.2010, 00:35
Re: [DUV] Oculos nocturnos - by junioor - 21.08.2010, 15:52
Re: [DUV] Oculos nocturnos - by DartakousLien - 21.08.2010, 17:24
Re: [DUV] Oculos nocturnos - by junioor - 21.08.2010, 17:30
Re: [DUV] Oculos nocturnos - by DartakousLien - 21.08.2010, 19:09

Forum Jump:


Users browsing this thread: 1 Guest(s)