View Single Post
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 05-26-2009 , 01:36   Re: N1G-TF2-RANK - TF2 Ranking with optional Webinterface
Reply With Quote #589

this code might work better for dead ringer since it's bits you're looking for...
though I think that all dead ringer kills are all == 32, but just in case they're not

basically skips the player_death event.
PHP Code:
if (GetEventInt(event"death_flags") & 32// dead ringer kill, do nothing
        
return Plugin_Continue
seems to work well for my plugin
__________________
My Pluggies If you like, consider to me.
BrutalGoerge is offline