Author |
Topic: Weapons that heal you?
|
neotrick Junior Member
Posts: 3 Registered: Mar 2000 |
posted 03-08-2000 06:08 PM
Can anyone here make a quick guide to how one could get a weapon
that heals only your teammates but not yourself or the enemy, when
you they are hit by one of its shots. thanks. If anyone knows how
to do this you are the man Thanks
------------------ NEOtrick
IP: Logged |
Z Member
Posts: 169 Registered: Feb 2000 |
posted 03-08-2000 10:08 PM
neg damage is the key for only team mates it would be something like
this: if ( targ != attacker && OnSameTeam (targ,
attacker) ) { }
that statement is true when the attacor and inflictor are on the
same team... good luck
------------------ ~~TRITIUM MODS~~ join tritium mods
today! www.quake3mods.net/tritium
IP: Logged |