Проблема с античитом на оружие
#2

PHP Code:
if(timestop[playerid] == 0)
{
    for(new 
i=0;i<12;i++)
    {
        new 
qwq[2];
        
GetPlayerWeaponData(playerid,i,qwq[0],qwq[1]);
        if(
qwq[1] != && IsColdWeapon(qwq[0])) qwq[1] = 1;
        if(
qwq[1]>Ammo[playerid][i])
        {
            if(
GetWeapon != || GetAmmo != || GetWeapon != 40
            {
                
ResetPlayerWeaponss(playerid);
                
SendClientMessage(playeridCOLOR_LIGHTRED,"Текст" );
                
Kick(playerid);
            }
        }
        else 
Ammo[playerid][i] = qwq[1];
    }  
}
else 
timestop[playerid] --; 
так же таймер создавай на 2 секунды, и при выполнении onplayerstatechange ставь паузу new timestop[MAX_PLAYERS];

в onplayerstatechange()

timestop[playerid] = 3;

в ResetPlayerWeaponss в начало

timestop[playerid] = 3;

Givegun в начало

timestop[playerid] = 3;
Reply


Messages In This Thread
Проблема с античитом на оружие - by Zabei - 17.04.2013, 17:05
Re: Проблема с античитом на оружие - by James_Braga - 17.04.2013, 17:39

Forum Jump:


Users browsing this thread: 2 Guest(s)