If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Looks like you had a lucky game with a lot of names I've never heard of.. Like playing 10 splinters.. Free frags/ easy target
Oof!
Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.
So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...
Wowza. Direct hits only account for Rockets and Grenades(that dont bounce). That would have been a nice demo to see. I'm looking at the code to make sure it's not a bug! (jk)
// Direct hit counter for Bizarro:Monkey
if ((damage >= 100) && ((inflictor.classname == "missile") || (inflictor.classname == "grenade") || (inflictor.classname == "slug")))
attacker.direct_hit = attacker.direct_hit + 1;
Comment