damn I was working on a trap throwing alias that can put down 5 with one click!
How about we remove the bug that when people can use four traps when in IA and drop one trap, pick it up, and can recollect five traps again
Quote from: MCS_FaderJok0 on August 10, 2010, 11:56:07 AMHow about we remove the bug that when people can use four traps when in IA and drop one trap, pick it up, and can recollect five traps againYeah, it's the same issue with hand grenades on +ia.Easiest fix would be to change the code to disallow dropping them when infinite ammo is enabled.
/*==================Cmd_Drop_fDrop an inventory item==================*/void Cmd_Drop_f (edict_t *ent){ int index; gitem_t *it; char *s; s = gi.args(); it = FindItem (s); if (!it) { gi.cprintf (ent, PRINT_HIGH, "unknown item: %s\n", s); return; } if (!it->drop) { gi.cprintf (ent, PRINT_HIGH, "Item is not dropable.\n"); return; } index = ITEM_INDEX(it); if (!ent->client->pers.inventory[index]) { gi.cprintf (ent, PRINT_HIGH, "Out of item: %s\n", s); return; } //don't drop anything if we have infinite ammo if ((int)dmflags->value & DF_INFINITE_AMMO) if ((it->flags & IT_AMMO) || (it->flags & IT_WEAPON)) return; it->drop (ent, it);}
how do you use a trap(and what are the binds for the other weird weps?)? and where do i download stuff so i don't see little white squares for all the weps and shots and everything...
No fraglimit for XTRA pls!!
I think it lacks some maps on Xtra...There are good maps in xrazy, Should place on xtra...pls... =^.^= MAYA
Yes, I'll do!!!!help me?There are some maps that I do not know the name Now there is nobody to help me! Bah... MAYA=^.^=
Quote from: !SL!SENHORITA on August 20, 2010, 04:11:08 PMYes, I'll do!!!!help me?There are some maps that I do not know the name Now there is nobody to help me! Bah... MAYA=^.^=Heres a list of the following maps you want for xtra mymap that I know of, and one that I want in mymap:1. xspawngirl012. xbio1pw3. xm94a If you need help finding maps then just explain what they look like and Ill find them Also, I would check the q2c.tastyspleen.net xatrix override page for moar maps, but it's not there anymoar. Also, is it possible we could remove xdose from rotation? Zep and Ex wanted it out, and so do I. Any replacement for xdose is welcome -Fader