IR and NV Goggles bug?
#7

Quote:
Originally Posted by ICECOLDKILLAK8
Посмотреть сообщение
Heres a fix, only downside is that players won't see other players wearing goggles, just holding them (Although im guesssing exactly the same thing would happen if they put them on whilst streamed out, so i guess theres no worry there).
Put this in OnPlayerUpdate:
Код:
new weapon = GetPlayerWeapon(playerid);

if(weapon == 44 || weapon == 45)
{
    new keys, ud, lr;
    GetPlayerKeys(playerid, keys, ud, lr);

    if(keys & KEY_FIRE)
    {
        return 0;
    }
}
cool it works, thanks
Reply


Messages In This Thread
IR and NV Goggles bug? - by DaneAMattie - 10.08.2010, 12:41
Re: IR and NV Goggles bug? - by Hiddos - 10.08.2010, 13:10
Re: IR and NV Goggles bug? - by DaneAMattie - 10.08.2010, 13:45
Re: IR and NV Goggles bug? - by Snipa - 10.08.2010, 14:04
Re: IR and NV Goggles bug? - by Hiddos - 10.08.2010, 14:09
Re: IR and NV Goggles bug? - by DaneAMattie - 10.08.2010, 21:44
Re: IR and NV Goggles bug? - by DaneAMattie - 18.08.2010, 12:34

Forum Jump:


Users browsing this thread: 6 Guest(s)