0 Members and 1 Guest are viewing this topic.
Quote from: miketh2005 on July 10, 2009, 07:31:20 pmDonate to enesceHAHAHAHAHAHAHA
Donate to enesce
so i hit some buddy with a barrett and he only loses 50% of its life?
But I guess it is easily scriptable, everything scriptable needs being F11d
em, set up your own server with what weapons.ini you want. F11
function OnPlayerDamage(Victim, Shooter: Byte; Damage: Integer): Integer;begin if Victim <> Shooter then if GetPlayerStat(Victim, 'Team') = GetPlayerStat(Shooter, 'Team') then Damage = Damage * 0.5;end;
Quote from: DarkCrusade on June 01, 2009, 01:39:31 pmBut I guess it is easily scriptable, everything scriptable needs being F11dNot really...This kind of generalizing is stupid...Some things that are scriptable are directly implemented to the game.