Raised This Month: $ Target: $400
 0% 

[Help] Aim @player shows total kills?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
dutchmeat
Senior Member
Join Date: Sep 2006
Old 11-28-2006 , 09:42   Re: [Help] Aim @player shows total kills?
Reply With Quote #6

You could count the kills youself, like i did on esf:

Code:
new kills[33] public Kills(msg_id, msg_dest, msg_entity){ //Count the kills new killer = get_msg_arg_int(1) new victim = get_msg_arg_int(2) if(killer == 0 || killer == victim || killer > 32) //first argument is the killer, 0 if worldspawn           return PLUGIN_HANDLED   kills[killer]++ //we count all the kills made return PLUGIN_CONTINUE }
__________________
before you criticize someone, you should walk a mile in their shoes. that way, when you criticize them, you're a mile away and you have their shoes.
dutchmeat 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 06:56.


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