[AJUDA] Erro?
#7

Tenta assim>
pawn Код:
forward AntiShit();

public OnGameModeInit()
{
    SetTimer("AntiShit", 1, true);
    return 1;
}

public AntiShit()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
//        AntiMoneyHack(i);
        AntiWeaponHack(i);
    }
    return 1;
}

AntiWeaponHack(playerid)
{
    new string[256], nome[MAX_PLAYER_NAME];
    if(GetPlayerWeapon(playerid) != 0 || 1 || 4 || 5 || 6 || 24 || 25 || 29 || 30 || 31 )
    {
        GetPlayerName(playerid, nome, sizeof(nome));
        ResetPlayerWeapons(playerid);
        format(string, sizeof(string), "[SERVER] %s foi banido pela CPU. (Razгo: Weapon-Hack)", nome);
        SendClientMessageToAll(COR_CINZA, string);
        //Ban(playerid);
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Erro? - by Dr_Pawno - 30.10.2010, 18:15
Re: [AJUDA] Erro? - by zSuYaNw - 30.10.2010, 18:22
Re: [AJUDA] Erro? - by Dr_Pawno - 30.10.2010, 18:25
Re: [AJUDA] Erro? - by Shelby - 30.10.2010, 18:27
Re: [AJUDA] Erro? - by Dr_Pawno - 30.10.2010, 18:30
Re: [AJUDA] Erro? - by [SK]Mulek - 30.10.2010, 19:23
Re: [AJUDA] Erro? - by zSuYaNw - 30.10.2010, 19:35
Re: [AJUDA] Erro? - by TiagoPS - 30.10.2010, 19:57
Re: [AJUDA] Erro? - by Dr_Pawno - 02.11.2010, 20:22
Re: [AJUDA] Erro? - by TiagoPS - 02.11.2010, 22:15

Forum Jump:


Users browsing this thread: 1 Guest(s)