Author Topic: Rambomatch: Notify of Rambo's Death  (Read 36955 times)

0 Members and 2 Guests are viewing this topic.

Offline LtKillroy

  • Flagrunner
  • ****
  • Posts: 779
  • Killroy was here
Re: Rambomatch: Notify of Rambo's Death
« Reply #20 on: July 15, 2009, 12:53:08 pm »
This thread has been necro'd twice. Just thought I'd point that out. F12 anyway.
L'audace, l'audace, toujours l'audace

Offline ~Niko~

  • Rainbow Warrior
  • *****
  • Posts: 2410
Re: Rambomatch: Notify of Rambo's Death
« Reply #21 on: July 15, 2009, 01:49:49 pm »
This is pretty much what I got. The problem is that I don't know the number of the nades... Can anyone share that info so I can end it?


Code: [Select]
const
 color = $FF0000; //Red

procedure OnPlayerKill(Killer, Victim: byte; Weapon: string);
begin
if (GetPlayerStat(Killer, 'Primary') <> 12) and (GetPlayerStat(Killer, 'Primary') <> 13) then
WriteConsole(0,'Bow has been dropped',color);
end;

I'll make the script this night just tested it with a few people and it SUCKS.
« Last Edit: July 15, 2009, 01:53:12 pm by ~Niko~ »