NV/Thermal goggle 'exploit'
#2

I'm not 100% sure about this, but what the hell, give it a try..
pawn Код:
public OnPlayerUpdate(playerid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    if(i != playerid)
    {
        if(GetPlayerWeapon(i) == 45 && GetPlayerWeapon(i) == 44)
        {
            // here try to take away their weapon (goggles) in hope the effect is gone?
        }
    }
    return 1;
}
Reply


Messages In This Thread
NV/Thermal goggle 'exploit' - by MP2 - 02.06.2012, 14:05
Re: NV/Thermal goggle 'exploit' - by Sandiel - 02.06.2012, 14:17

Forum Jump:


Users browsing this thread: 2 Guest(s)