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

[req] need this plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
chintu
Senior Member
Join Date: Jul 2013
Old 03-17-2015 , 03:17   [req] need this plugin
Reply With Quote #1

hei again. :'D

need this plugin. sugest me.
[IMG]http://s8.************/q8hjf3oud/2015_03_17_00001.jpg[/IMG]
chintu is offline
Shiina.Mashiro
Senior Member
Join Date: Sep 2014
Location: Vietnam
Old 03-17-2015 , 04:08   Re: [req] need this plugin
Reply With Quote #2

Search Team Score. A lot of plugins had been done.
__________________
Shiina.Mashiro is offline
choloo
Senior Member
Join Date: Nov 2014
Location: Groznyj, Chechnya
Old 03-17-2015 , 06:13   Re: [req] need this plugin
Reply With Quote #3

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

new nCTnTnR

public plugin_init() 
{
    
register_plugin("TeamScore""1.0""FROZ")
    
register_event("SendAudio""ct_team_score""a""2&%!MRAD_ctwin"
    
register_event("SendAudio""t_team_score""a""2&%!MRAD_terwin")
    
register_logevent("score_round"2"1=Round_End")
    
register_logevent("score_reset"2"1&Restart_Round_""1=Game_Commencing")
    
set_task(3.0"team_score"___"b")
}
public 
team_score()
{
    new 
nPlayers[32], nNumsnPlayer_S
    get_players
(nPlayersnNums"c")
    for(new 
0nNumsi++)
    {
        
nPlayer_S nPlayers[i]
    }
    
set_dhudmessage(070200, -1.00.000.52.00.082.0true);
    
show_dhudmessage(0" -=Counter-Terrorists:%d|                       "nCT);
    
set_dhudmessage(20000, -1.00.000.52.00.082.0true);
    
show_dhudmessage(0"                        |%d:Terrorists=-"nT);
    
set_dhudmessage(02000, -1.00.0500.52.00.082.0true);
    
show_dhudmessage(0"   -=Round:%d | %d:Players=-"nRnPlayer_S)

}
public 
ct_team_score()
{
    
nCT++
}
public 
t_team_score()
{
    
nT++
}
public 
score_reset()
{
    
nCT 0
    nT 
0
    nR 
0
}
public 
score_round()
{
    
nR++

choloo is offline
chintu
Senior Member
Join Date: Jul 2013
Old 03-17-2015 , 06:27   Re: [req] need this plugin
Reply With Quote #4

Quote:
Originally Posted by choloo View Post
PHP Code:
#include <amxmodx>
#include <dhudmessage>

new nCTnTnR

public plugin_init() 
{
    
register_plugin("TeamScore""1.0""FROZ")
    
register_event("SendAudio""ct_team_score""a""2&%!MRAD_ctwin"
    
register_event("SendAudio""t_team_score""a""2&%!MRAD_terwin")
    
register_logevent("score_round"2"1=Round_End")
    
register_logevent("score_reset"2"1&Restart_Round_""1=Game_Commencing")
    
set_task(3.0"team_score"___"b")
}
public 
team_score()
{
    new 
nPlayers[32], nNumsnPlayer_S
    get_players
(nPlayersnNums"c")
    for(new 
0nNumsi++)
    {
        
nPlayer_S nPlayers[i]
    }
    
set_dhudmessage(070200, -1.00.000.52.00.082.0true);
    
show_dhudmessage(0" -=Counter-Terrorists:%d|                       "nCT);
    
set_dhudmessage(20000, -1.00.000.52.00.082.0true);
    
show_dhudmessage(0"                        |%d:Terrorists=-"nT);
    
set_dhudmessage(02000, -1.00.0500.52.00.082.0true);
    
show_dhudmessage(0"   -=Round:%d | %d:Players=-"nRnPlayer_S)

}
public 
ct_team_score()
{
    
nCT++
}
public 
t_team_score()
{
    
nT++
}
public 
score_reset()
{
    
nCT 0
    nT 
0
    nR 
0
}
public 
score_round()
{
    
nR++

Ty brO
chintu 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 16:47.


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