[AJUDA] Qual problema com esse anti-cheat?
#7

Quote:
Originally Posted by [O.z]Caroline
Посмотреть сообщение
pawn Код:
stock CheckWeaponsCheat(playerid)
{
    for(new slot = 0; slot < SLOTS_WEAPON; slot++)
    {
        new
            weapon,
            ammo
        ;
       
        GetPlayerWeaponData(playerid, slot, weapon, ammo);

        if(ammo > 0)
        {
            new is = WeaponsSlot[weapon]
            if(weapon != PlayerInfo[playerid][pWeapon][is]) return 1;
        }
    }
    return 0;
}
Tentas.
Sera? Vou tentar...mas sera que nao do mesmo nao?
Reply


Messages In This Thread
[AJUDA] Qual problema com esse anti-cheat? - by Colgate - 21.10.2011, 23:44
Re: [AJUDA] Qual problema com esse anti-cheat? - by [O.z]Caroline - 21.10.2011, 23:47
Re: [AJUDA] Qual problema com esse anti-cheat? - by Colgate - 21.10.2011, 23:51
Re: [AJUDA] Qual problema com esse anti-cheat? - by Dolby - 22.10.2011, 00:29
Re: [AJUDA] Qual problema com esse anti-cheat? - by Colgate - 22.10.2011, 00:53
Re: [AJUDA] Qual problema com esse anti-cheat? - by [O.z]Caroline - 22.10.2011, 01:12
Re: [AJUDA] Qual problema com esse anti-cheat? - by Colgate - 22.10.2011, 02:00
Re: [AJUDA] Qual problema com esse anti-cheat? - by Colgate - 22.10.2011, 22:07

Forum Jump:


Users browsing this thread: 1 Guest(s)