When a player dies and their weapon falls out, it would be nice if another player could shoot that weapon. So maybe if someone with only the MG saw a RG setting closer to another person than him, he could shoot it over the ledge so the other one want get it.
Like so:
Code: Select all
if(weapon = released)
{
letplayershootaround;
}
Next: