Raised This Month: $ Target: $400
 0% 

Ayuda Contador de CT


  
 
 
Thread Tools Display Modes
Author Message
Tinchoto
Junior Member
Join Date: Feb 2011
Location: Lanus ARGENTINA
Old 02-20-2011 , 04:44   Ayuda Contador de CT
#1

Hola gente mi duda es como puedo hacer para hacerun contador qeu te diga cuantos Ct ahy y cuantos vivos ahy

gracias de antemano
Tinchoto is offline
Send a message via ICQ to Tinchoto Send a message via AIM to Tinchoto Send a message via MSN to Tinchoto Send a message via Yahoo to Tinchoto Send a message via Skype™ to Tinchoto
Calaverazo
Senior Member
Join Date: Dec 2009
Old 02-20-2011 , 05:35   Re: Ayuda Contador de CT
#2

Podes probar esto...

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

new g_iHudSyncg_iMaxplayers

public plugin_init()
{
    
register_plugin("Obtener Cts""1.0""Calaverazo")

    
set_task(1.0"get_cts"_,_,_"b")

    
g_iMaxplayers    get_maxplayers();
    
g_iHudSync       CreateHudSyncObj();
}

public 
get_cts()
{
    if(
fnGetCts() <= 0)
    {
        
set_hudmessage(2552552550.020.6310.110.00.051.0)
        
ShowSyncHudMsg(0g_iHudSync"No hay CTS vivos" )
        
        return 
PLUGIN_HANDLED;
    }
    
    
set_hudmessage(2552552550.020.6310.110.00.051.0)
    
ShowSyncHudMsg(0g_iHudSync"Hay %i CTs Vivos"fnGetCts())
    
    return 
PLUGIN_HANDLED;
}  

fnGetCts()
{
    static 
CTSid
    CTS 
0
    
    
for ( id 1id <= g_iMaxplayersid++ )
    {
        if (
is_user_alive(id) && cs_get_user_team(id) == CS_TEAM_CT)
            
CTS++
    }
    
    return 
CTS;


Last edited by Calaverazo; 02-20-2011 at 05:38.
Calaverazo is offline
shinoda
Spanish Moderator
Join Date: Nov 2009
Location: ag_crossfire
Old 02-20-2011 , 09:55   Re: Ayuda Contador de CT
#3

get_players
__________________
Oh hell no this shit is awesome !!!
shinoda is offline
Send a message via MSN to shinoda Send a message via Skype™ to shinoda
 



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 18:52.


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