LilReb
09-14-2003, 06:43 PM
Topic says it all....Thanks in Advance
Stripped KillpopLilReb 09-14-2003, 06:43 PM Topic says it all....Thanks in Advance Rosco-SS 09-15-2003, 02:25 AM function KillAlert(%victim, %weapon) { if($KillAlert::Hud) remoteEP("<jc><f2>You Killed: " @ %victim @ "\nWeapon: " @ %weapon, 3, true, 2, 16, 220); if($KillAlert::Sound) localmessage(kill); } function DeathAlert(%killer, %weapon) { if($DeathAlert::Hud) remoteEP("<jc><f2>Killed By: " @ %killer @ "\nWeapon: " @ %weapon, 3, true, 2, 16, 220); } Event::Attach(eventYouKil led, KillAlert); Event::Attach(eventYouDie d, DeathAlert); Might work, give it a shot SuperSlug 09-15-2003, 02:52 AM I doubt what bosco posted will work. If it does, then <insert more words>. Otherwise try this: function KillPop(%killer, %victim, %weapon) { if(%killer == getManagerID() || %victim == getManagerID()) remoteTP(2048, "<JC><F1>Killer: <F2>" @ Client::getName(%killer) @ "<F1> Victim: <F2>" @ Client::getName(%victim) @ "\n<F1>Weapon: <F2>" @ %weapon, 3); } Event::Attach(eventKillTr ak, KillPop); LilReb 09-15-2003, 07:23 AM Niether Worked.... LilReb 09-16-2003, 10:56 PM :bump: KamaKAzii 09-16-2003, 11:49 PM woooo :clap: Rosco-SS 09-17-2003, 05:23 AM Niether Worked.... we rock cyclonite 09-17-2003, 06:22 AM You won't get your standard kill pop working without a kill trak script... | ||