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

Gather Plugin V1.0


Post New Thread Reply   
 
Thread Tools Display Modes
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 06-20-2010 , 05:17   Re: Gather Plugin V1.0
Reply With Quote #31

Whats new on this plugin? there are other plugins to do this.
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
wybe
New Member
Join Date: Sep 2010
Old 09-07-2010 , 09:28   Re: Gather Plugin V1.0
Reply With Quote #32

function ready it is enable for all players??? how can i define one admin??? that plugin do it???
wybe is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-29-2010 , 08:32   Re: Gather Plugin V1.0
Reply With Quote #33

Badly coded, no cvar pointers, redundant checks/code.

Unapproved.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
versus
New Member
Join Date: Dec 2010
Old 02-17-2011 , 21:02   Re: Gather Plugin V1.0
Reply With Quote #34

this plugin is working fine?? plzz say me i need it
versus is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-18-2011 , 06:31   Re: Gather Plugin V1.0
Reply With Quote #35

Search for another one, this one is badly coded.

Try : http://forums.alliedmods.net/showthread.php?p=549954
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
PesCaero
BANNED
Join Date: Jun 2011
Location: CORDOBA CITY
Old 01-16-2012 , 14:18   Re: Gather Plugin V1.0
Reply With Quote #36

Hi, emmm, when you active this
PHP Code:
public roundcheck()
{
    new 
rp ctWins tWins
    
new winner[] = "null"
    
    
if( rp 14)
    {
        return 
PLUGIN_HANDLED
    
}
    
    if(
ctWins tWins)
    {
        
winner "CT's"
    
}
    else
    {
        
winner "T's"
    
}
    
    if(
ctWins == 15)
    {
        
client_print(0print_center"%s El %s gano el map! Score final es %d (CT) - %d (T)."prefixwinnerctWinstWins)
        
tWins 0
        ctWins 
0
        rp 
0
        
        gbAlreadyAdded
[0] = false
        
        
return PLUGIN_HANDLED
    
}
    else if(
tWins == 15)
    {
        
client_print(0print_center"%s El %s gano el map! El score final %d (CT) - %d (T)."prefixwinnerctWinstWins)
        
tWins 0
        ctWins 
0
        rp 
0
        
        gbAlreadyAdded
[0] = false
        
        
return PLUGIN_HANDLED
    
}
    
    switch(
rp)
    {
        case 
14:
        {
            
client_print(0print_center"%s Esta es la ultima ronda de la primera parte y el score fue %d (CT) - %d (T)"prefixctWinstWins)
        }
    
        case 
15:
        {
            
client_print(0print_center"%s El %s gano la primera parte! El score fue %d (CT) - %d (T)."prefixwinnerctWinstWins)
            new 
pNumPlayers[32], index
            get_players
(PlayerspNum)
            
            for(new 
ipNumi++)
            {
                
index Players[i]
                
                if(
cs_get_user_team(index) == CS_TEAM_T )
                {
                    
cs_set_user_team(indexCS_TEAM_CT)
                }
                else
                {
                    
cs_set_user_team(indexCS_TEAM_T)
                }
            }
        }
        
        case 
29:
        {
            
client_print(0print_center"%s Esta es la ronda final! Quien marque gana!"prefix)
        }
    }
    return 
PLUGIN_CONTINUE

This doesn't change?
PHP Code:
public tRoundWin()
{
    
tWins++
    
    
roundcheck()
}

public 
ctRoundWin()
{
    
ctWins++
    
    
roundcheck()

PesCaero is offline
Send a message via MSN to PesCaero
Old 01-17-2012, 05:16
reko_o
This message has been deleted by xPaw. Reason: Flooding "thanks" posts
Kosidone
Member
Join Date: Aug 2014
Old 03-13-2015 , 06:06   Re: Gather Plugin V1.0
Reply With Quote #37

This PLugin is very helpfull thnx

How can i remove the command .add

Last edited by Kosidone; 03-14-2015 at 09:58.
Kosidone 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 01:15.


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