[Ajuda] Estranho
#2

pawn Код:
forward Check(playerid);
public Check(playerid)
{
    new string[256];
    new PlayerName[MAX_PLAYER_NAME];
    for(new d = 0; d < MAX_PLAYER; d++)
    {
        if(GetPlayerSpecialAction(d) == SPECIAL_ACTION_USEJETPACK)
        {
            GetPlayerName(d, PlayerName, sizeof(PlayerName));
            format(string, sizeof(string), "-DHack- %s Foi Kickado Pelo Administrador DBot [Motivo: JetPack Hack]", PlayerName);
            SendClientMessageToAll(COLOR_LIGHTRED, string);
            Kick(playerid);
        }
        for(new a = 0; a < sizeof(Armashack); a ++)
        {
            if(GetPlayerWeapon(d) == Armashack[a]){
            GetPlayerName(d, PlayerName, sizeof(PlayerName));
            format(string, sizeof(string), "-DHack- %s Foi Kickado Pelo Administrador DBot [Motivo: Weapon Hack]", PlayerName);
            SendClientMessageToAll(COLOR_LIGHTRED, string);
            Kick(playerid);
            }
         }
     }
}
Reply


Messages In This Thread
[Ajuda] Estranho - by Don_Speed - 03.03.2012, 12:58
Re: [Ajuda] Estranho - by Chavez - 03.03.2012, 13:00
Re: [Ajuda] Estranho - by RebeloX - 03.03.2012, 13:02
Re: [Ajuda] Estranho - by humildadeforever - 03.03.2012, 13:05
Re: [Ajuda] Estranho - by Don_Speed - 03.03.2012, 13:07
Re: [Ajuda] Estranho - by RebeloX - 03.03.2012, 13:08
Re: [Ajuda] Estranho - by Don_Speed - 03.03.2012, 13:10
Re: [Ajuda] Estranho - by Chavez - 03.03.2012, 13:11
Re: [Ajuda] Estranho - by RebeloX - 03.03.2012, 13:16
Re: [Ajuda] Estranho - by humildadeforever - 03.03.2012, 13:16

Forum Jump:


Users browsing this thread: 2 Guest(s)