Raised This Month: $ Target: $400
 0% 

[REQ] Frag's and death's


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
martux
Member
Join Date: Mar 2009
Old 07-22-2009 , 14:29   [REQ] Frag's and death's
Reply With Quote #1

Hi i need this plugin who showe's your frags an deaths like this

[IMG]http://img199.**************/img199/1822/fcsassault00014a1083250.jpg[/IMG]
martux is offline
Jon
Veteran Member
Join Date: Dec 2007
Old 07-22-2009 , 16:20   Re: [REQ] Frag's and death's
Reply With Quote #2

No, you need image resizing lessons.
Jon is offline
martux
Member
Join Date: Mar 2009
Old 07-23-2009 , 04:20   Re: [REQ] Frag's and death's
Reply With Quote #3

any have this plugin ?
martux is offline
necox
Member
Join Date: Feb 2008
Old 07-23-2009 , 06:06   Re: [REQ] Frag's and death's
Reply With Quote #4

edit:
__________________

Last edited by necox; 07-23-2009 at 06:12.
necox is offline
martux
Member
Join Date: Mar 2009
Old 07-29-2009 , 07:59   Re: [REQ] Frag's and death's
Reply With Quote #5

plz giv me this plugin
martux is offline
pirvu
Senior Member
Join Date: Apr 2009
Location: Here and There [ro]
Old 07-29-2009 , 09:02   Re: [REQ] Frag's and death's
Reply With Quote #6

A simple hudmessage with frags and deaths :-s
__________________
Http://pirvu.mybrute.com <- Try my BRUTE! If you dare!
pirvu is offline
Send a message via Yahoo to pirvu Send a message via Skype™ to pirvu
martux
Member
Join Date: Mar 2009
Old 07-29-2009 , 16:34   Re: [REQ] Frag's and death's
Reply With Quote #7

why u dont give to me plugin ? noob
martux is offline
slice231`SD
Senior Member
Join Date: Mar 2009
Location: Location: Location:
Old 07-29-2009 , 16:46   Re: [REQ] Frag's and death's
Reply With Quote #8

Show Admins Online

This is what your looking for from the picture. All they did was modify the plugin to user's deaths and frags
__________________

slice231`SD is offline
biscuit628
Senior Member
Join Date: Jun 2007
Location: 香港HongKong
Old 07-30-2009 , 02:46   Re: [REQ] Frag's and death's
Reply With Quote #9

PHP Code:
#include <amxmodx>

#define PLUGIN  "Hud Frags Death" 
#define VERSION "1.0" 
#define AUTHOR  "Biscuit" 

new maxplayers
public plugin_init() 

    
register_pluginPLUGINVERSIONAUTHOR )
    
maxplayers get_maxplayers()
    
set_task(1.0,"ShowHud",0,"",0,"b")
}

public 
ShowHud()
{
    for(new 
<= maxplayers i++)
    {
        new 
Frags get_user_frags(i)
        new 
Deaths get_user_deaths(i)
        
set_hudmessage(255,255,255,0.02,0.2,01.01.00.10.21)
        
show_hudmessage(i,"Frags : %d ^nDeaths : %d",Frags,Deaths)
    }

__________________
My Plugins

C4man with fun

Sniper Skill bonus
-------------------------
Sorry for my poor English!

Last edited by biscuit628; 07-30-2009 at 02:55.
biscuit628 is offline
wezz
BANNED
Join Date: Jun 2009
Old 07-30-2009 , 11:00   Re: [REQ] Frag's and death's
Reply With Quote #10

different version. this looks exactly like that one on picture.

PHP Code:
#include <amxmodx>

#define PLUGIN    "Frags & Deaths & HP Shower"
#define VERSION    "2.0"
#define AUTHOR    "maJic"

#define PERVIY "frags_deaths"
#define VTOROI "frags_deaths_type"

new gMaxPlayers

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_cvar(PERVIY"1")
    
register_cvar(VTOROI"1")
    
    
set_task(0.2"pokazivalka"1""0"b")
    
    
gMaxPlayers get_maxplayers()
}

public 
pokazivalka()
{
    if(
get_cvar_num(PERVIY)) 
    {
        new 
fragismerti
        
        set_hudmessage
(1515150.010.1801.01.0)
        
        for( new 
id 1id <= gMaxPlayersid++ )
        {
            switch(
get_cvar_num(VTOROI))
            {
                case 
1:
                {
                    
fragi get_user_frags(id)
                    
smerti get_user_deaths(id)
                    
                    
show_hudmessage(id"Frags: %i^nDeaths: %i"fragismerti)
                }
                default:
                {
                    if(!
is_user_alive(id))
                    {
                        
fragi get_user_frags(id)
                        
smerti get_user_deaths(id)
                        
                        
show_hudmessage(id"Frags: %i^nDeaths: %i"fragismerti)
                    }
                }
            }
        }
    }

wezz 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 21:43.


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