Raised This Month: $ Target: $400
 0% 

[Request] Deathmatch K/D Display [Please Read]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
fantarn
Member
Join Date: Feb 2011
Old 09-08-2012 , 23:22   [Request] Deathmatch K/D Display [Please Read]
Reply With Quote #1

Hi,


I'm looking for a plugin that shows how much kills you made in the map.

K = Kills
D = Death

I made a screenshot to show how it should look.

The text could be a bit smaller.




I Couldn't find this plugin anywhere here so i hope somebody can make this for me.


Thank you very much.

Last edited by fantarn; 09-08-2012 at 23:24.
fantarn is offline
OnePL
BANNED
Join Date: May 2012
Location: GB
Old 09-09-2012 , 08:04   Re: [Request] Deathmatch K/D Display [Please Read]
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <dhudmessage>

public plugin_init() {
    
register_plugin("Show Kills n Deaths""1.0""OnePL")
    
    
set_task(1.0 "show"100__"b")
}

public 
show() {
    for(new 
1<= get_maxplayers(); i++) {
        if(
is_user_connected(i) && !is_user_bot(i)) {
            
set_dhudmessage(2552552550.820.6206.01.0)
            
show_dhudmessage(i"K: %d   D: %d"get_user_frags(i), get_user_deaths(i))
        }
    }

OnePL is offline
Send a message via ICQ to OnePL Send a message via AIM to OnePL Send a message via Yahoo to OnePL Send a message via Skype™ to OnePL
fantarn
Member
Join Date: Feb 2011
Old 09-09-2012 , 08:50   Re: [Request] Deathmatch K/D Display [Please Read]
Reply With Quote #3

Thank you!
fantarn is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 09-09-2012 , 09:11   Re: [Request] Deathmatch K/D Display [Please Read]
Reply With Quote #4

Bad to use set_task for such thing. Use ScoreInfo, much more reliable.
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu 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 19:06.


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