Raised This Month: $51 Target: $400
 12% 

Score Table Please


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
forumm
Senior Member
Join Date: Nov 2013
Old 11-03-2014 , 16:30   Score Table Please
Reply With Quote #1

in the picture, I want a plugin

in the picture is similar plugin to the plugin I want
Attached Thumbnails
Click image for larger version

Name:	Ads?z.png
Views:	90
Size:	12.3 KB
ID:	139477  
forumm is offline
wicho
Veteran Member
Join Date: Feb 2012
Location: GuateAmala
Old 11-03-2014 , 21:05   Re: Score Table Please
Reply With Quote #2

Try this:

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

#define PLUGIN    "Zombie Addon : HUD Stats "
#define VERSION    "1.0"
#define AUTHOR    "KiA"

/* Initialization */

new ZombieWins
new HumanWins

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
set_task(0.5,"HUDUpdate"0,"",0,"b")
    
    
/* CVARS */
    
    
register_cvar("zphud_rcolor","0"// RED
    
register_cvar("zphud_gcolor","255"// GREEN
    
register_cvar("zphud_bcolor","0"// BLUE  
}

public 
zp_round_ended(WinTeam)
{
    switch(
WinTeam
    {
        case 
ZP_TEAM_ZOMBIE: {
            
ZombieWins ZombieWins 1
        
}
        case 
ZP_TEAM_HUMAN: {
            
HumanWins HumanWins 1
        
}
    }
}

public 
HUDUpdate()
{
    
set_dhudmessage(get_cvar_num("zphud_rcolor"),get_cvar_num("zphud_gcolor"),get_cvar_num("zphud_bcolor"), -1.00.0506.012.0)
    
show_dhudmessage(0"[Zombie] - [Human]^n[%i] -- [%i]" ZombieWinsHumanWins)


Last edited by wicho; 11-03-2014 at 21:05.
wicho is offline
forumm
Senior Member
Join Date: Nov 2013
Old 11-04-2014 , 04:18   Re: Score Table Please
Reply With Quote #3

Quote:
Originally Posted by wicho View Post
Try this:

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

#define PLUGIN    "Zombie Addon : HUD Stats "
#define VERSION    "1.0"
#define AUTHOR    "KiA"

/* Initialization */

new ZombieWins
new HumanWins

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
set_task(0.5,"HUDUpdate"0,"",0,"b")
    
    
/* CVARS */
    
    
register_cvar("zphud_rcolor","0"// RED
    
register_cvar("zphud_gcolor","255"// GREEN
    
register_cvar("zphud_bcolor","0"// BLUE  
}

public 
zp_round_ended(WinTeam)
{
    switch(
WinTeam
    {
        case 
ZP_TEAM_ZOMBIE: {
            
ZombieWins ZombieWins 1
        
}
        case 
ZP_TEAM_HUMAN: {
            
HumanWins HumanWins 1
        
}
    }
}

public 
HUDUpdate()
{
    
set_dhudmessage(get_cvar_num("zphud_rcolor"),get_cvar_num("zphud_gcolor"),get_cvar_num("zphud_bcolor"), -1.00.0506.012.0)
    
show_dhudmessage(0"[Zombie] - [Human]^n[%i] -- [%i]" ZombieWinsHumanWins)

I basebuilder mode I'm using, this is useless to me.
forumm is offline
forumm
Senior Member
Join Date: Nov 2013
Old 11-06-2014 , 05:12   Re: Score Table Please
Reply With Quote #4

Please Help me
forumm is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 11-06-2014 , 05:20   Re: Score Table Please
Reply With Quote #5

Quote:
Originally Posted by forumm View Post
in the picture, I want a plugin

in the picture is similar plugin to the plugin I want
Quote:
Originally Posted by forumm View Post
I basebuilder mode I'm using, this is useless to me.
How are we supposed to know that?

Quote:
Originally Posted by forumm View Post
Please Help me
Please don't bump early.

plssssssssssssssssssssssssss

You just have to replace zp_round_ended with the event from your mod to make this plugin work.
__________________
Kia is offline
forumm
Senior Member
Join Date: Nov 2013
Old 11-06-2014 , 06:11   Re: Score Table Please
Reply With Quote #6

Quote:
Originally Posted by Kia View Post
How are we supposed to know that?



Please don't bump early.

plssssssssssssssssssssssssss

You just have to replace zp_round_ended with the event from your mod to make this plugin work.
can you do that for me, you are
forumm is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 11-08-2014 , 04:53   Re: Score Table Please
Reply With Quote #7

Basebuilder version? Link?
zmd94 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 20:31.


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