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?
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.