Raised This Month: $ Target: $400
 0% 

Isn't the killer/victim same


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
reinert
Veteran Member
Join Date: Feb 2007
Old 09-23-2011 , 18:29   Re: Isn't the killer/victim same
Reply With Quote #7

Killing the same player without killing someone else in between ;p

also if I'm returning in this:

PHP Code:
if(++Kills[attacker][victim] >= 3)
                return 
PLUGIN_HANDLED
Is it good to have this: Kills[victim][attacker] = 0; after it ?

like:
PHP Code:
if(++Kills[attacker][victim] >= 3)
                return 
PLUGIN_HANDLED;
            
            
Kills[victim][attacker] = 0

Last edited by reinert; 09-23-2011 at 18:33.
reinert is offline
 



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 19:32.


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