Raised This Month: $51 Target: $400
 12% 

[SNIPPET] [TF2] Ignoring fake mackerel player_death events


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
psychonic

BAFFLED
Join Date: May 2008
Old 10-01-2010 , 15:41   [SNIPPET] [TF2] Ignoring fake mackerel player_death events
Reply With Quote #1

The Holy Mackerel weapon in TF2 fires the player_death event for every hit instead of only on death. To detect:
Code:
if (GetEventInt(event, "weaponid") == TF_WEAPON_BAT_FISH && GetEventInt(event, "customkill") != TF_CUSTOM_FISH_KILL)     // this isn't a kill


TF_WEAPON_BAT_FISH and TF_CUSTOM_FISH_KILL are defined in the latest tf2_stocks.inc. If they are not in your copy, you can update it with one from a recent snapshot or directly here, http://hg.alliedmods.net/sourcemod-c...tf2_stocks.inc
psychonic is offline
noodleboy347
AlliedModders Donor
Join Date: Mar 2009
Old 10-02-2010 , 01:41   Re: [SNIPPET] [TF2] Ignoring fake mackerel player_death events
Reply With Quote #2

Incredibly useful, thanks.
noodleboy347 is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 10-02-2010 , 02:13   Re: [SNIPPET] [TF2] Ignoring fake mackerel player_death events
Reply With Quote #3

Thanks, this was screwing with my TK plugin and I hadn't got around to looking into it.
bl4nk is offline
DarkEnergy
SourceMod Donor
Join Date: Apr 2008
Location: Georgia Tech, MSECE
Old 10-02-2010 , 23:14   Re: [SNIPPET] [TF2] Ignoring fake mackerel player_death events
Reply With Quote #4

imma ban this weapon all together
__________________
War3:Source Developer
"Your CPU is just a bunch of Muxes"
DarkEnergy is offline
noodleboy347
AlliedModders Donor
Join Date: Mar 2009
Old 10-06-2010 , 19:28   Re: [SNIPPET] [TF2] Ignoring fake mackerel player_death events
Reply With Quote #5

This was fixed today.

Quote:
The Holy Mackerel no longer triggers other death events (like achievements or stats mods) improperly.
noodleboy347 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode