[Ajuda] Estranho
#1

kkkk que estranhu acho que esqueci de algo kkkkk
PHP код:
C:\Documents and Settings\Don_SpeeD\Desktop\AntiHack.pwn(40) : warning 202number of arguments does not match definition
C
:\Documents and Settings\Don_SpeeD\Desktop\AntiHack.pwn(48) : warning 202number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
2 Warnings

Linha e
pawn Код:
Kick();
As Duas

Funзao
pawn Код:
forward Check();
public Check()
{
    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();
        }
        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();
            }
         }
     }
}
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: 3 Guest(s)