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

Edit Plugin [When players > 6 - plugin ON]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nikolov
Senior Member
Join Date: Feb 2011
Old 04-28-2012 , 16:05   Edit Plugin [When players > 6 - plugin ON]
Reply With Quote #1

I want when players > 6 plugin turn ON
When 6 players joins in server plugin set cvar to 1 (enable)

Last edited by nikolov; 05-18-2012 at 11:37.
nikolov is offline
Ex1ne
Senior Member
Join Date: Oct 2011
Location: Norway
Old 04-28-2012 , 19:58   Re: Edit Plugin [When players > 6 - plugin ON]
Reply With Quote #2

I didn't read your whole post but here's an example for the number limit.
PHP Code:
new iPlayers[32], iNum
get_players
(iPlayersiNum)
if(
iNum >= 6)

__________________
Ex1ne is offline
nikolov
Senior Member
Join Date: Feb 2011
Old 04-29-2012 , 05:46   Re: Edit Plugin [When players > 6 - plugin ON]
Reply With Quote #3

Thanks, but .......not is this

Example:
In server play 5 players... Plugin is ON, and menu is ON, all is ON !
After 1 min. 1 player join and Plugin auto set cvar to OFF, menu - off, all - off and restart the round...
After 5 min. this 1 player leave and Plugin auto set cvar to ON, menu - on, all - on and restart the round.

When players > 6 - ALL - OFF
When players < 6 - ALL - ON

Last edited by nikolov; 05-18-2012 at 11:39.
nikolov is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-29-2012 , 06:04   Re: Edit Plugin [When players > 6 - plugin ON]
Reply With Quote #4

Here you go, this is all you really need to do.

PHP Code:
public client_putinserver(id)
{
    if( 
get_playersnum() > )
    {
        
// Enable plugin
    
}
    else
    {
        
// Disable plugin
    
}

__________________
fysiks is offline
nikolov
Senior Member
Join Date: Feb 2011
Old 04-30-2012 , 14:12   Re: Edit Plugin [When players > 6 - plugin ON]
Reply With Quote #5

Thanks.

Last edited by nikolov; 05-18-2012 at 11:35.
nikolov 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 02:49.


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