How to do this?
#2

Something like this should do,

untested, made in midnight while sleepy, but should be working

pawn Код:
SetTimer("MinigunCheck", 2000, true);

forward MinigunCheck();
public MinigunCheck()
{
    foreach(Player, i)
    {
        if(GetPlayerWeapon(i) == 38) SetPlayerAmmo(i, 38, 0);
    }
    return 1;
}
Reply


Messages In This Thread
How to do this? - by Crazyboobs - 23.08.2012, 23:51
Re: How to do this? - by milanosie - 23.08.2012, 23:54
Re: How to do this? - by TaLhA XIV - 23.08.2012, 23:58
Re: How to do this? - by Gangster-rocks - 24.08.2012, 00:01
Re: How to do this? - by MP2 - 24.08.2012, 00:06
Re: How to do this? - by milanosie - 24.08.2012, 00:07

Forum Jump:


Users browsing this thread: 1 Guest(s)