Raised This Month: $32 Target: $400
 8% 

Vote Kick Menu v1.1 (Removed Bind Button)


Post New Thread Reply   
 
Thread Tools Display Modes
paoliita
Senior Member
Join Date: May 2011
Old 06-23-2011 , 16:54   Re: Vote Kick Menu v1.1 (Removed Bind Button)
Reply With Quote #21

You can take the SteamID and if the player was kicked by votekick he can't make a votekick for X time.
paoliita is offline
Send a message via MSN to paoliita
mj_l
BANNED
Join Date: Jun 2010
Old 06-26-2011 , 22:15   Re: Vote Kick Menu v1.1 (Removed Bind Button)
Reply With Quote #22

can u add "vote ban " and "vote map" ?! thank you !
mj_l is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 06-28-2011 , 02:52   Re: Vote Kick Menu v1.1 (Removed Bind Button)
Reply With Quote #23

PHP Code:
public set_config()
{
    for(new 
0get_maxplayers(); i++)
    {
        
can_kick[i] = true
        voted
[i] = false
    
}
    
    
kicking false
    disaccept_num 
0
    accept_num 
0

Shoud be >>

PHP Code:
public plugin_cfg()
{
    for(new 
0get_maxplayers(); i++)
    {
        
can_kick[i] = true
        voted
[i] = false
    
}
    
    
kicking false
    disaccept_num 
0
    accept_num 
0

and remove set_config() from plugin_init ??
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 06-28-2011 , 03:28   Re: Vote Kick Menu v1.1 (Removed Bind Button)
Reply With Quote #24

or
PHP Code:
public plugin_cfg()
{
    
arrayset(can_kicktruesizeof(can_kick));
    
arrayset(votedfalse,sizeof(voted));
    
    
kicking false
    disaccept_num 
0
    accept_num 
0

__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
dias
BANNED
Join Date: Jul 2009
Location: South Vietnam
Old 07-01-2011 , 06:24   Re: Vote Kick Menu v1.1 (Removed Bind Button)
Reply With Quote #25

ok
dias is offline
Send a message via Yahoo to dias Send a message via Skype™ to dias
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-04-2011 , 10:15   Re: Vote Kick Menu v1.1 (Removed Bind Button)
Reply With Quote #26

Redundant. There are already plugins which do that.

Unapproved.
__________________
Arkshine is offline
Reply


Thread Tools
Display Modes

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 14:26.


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