If activeClients

15 replies [Last post]
(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States
Re: If activeClients

i just found the server on the default map and when i try rotate it gives this error;
Rcon: rotateERROR: unknown function xp_activeClients() in rotation.txt on line 2 column 23 Near: ) >= 8 ) { // big maps, 8 client

(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States
Re: If activeClients

this is the rotation atm ;

BOZO
Bozo's picture
Offline
Joined: Feb 2010
Posts:
Re: If activeClients

You have to use activeClients(), without the leading "xp_".

if ( activeClients() >= 8 ) {
 
} else if ( activeClients() >= 4 ) {

epsiplayer
THE ONE AND ONLY
intact-epsilon's picture
Offline
Joined: Dec 2006
Posts:
Re: If activeClients

I made the modifications, like Bozo said above.
Check it:

___________
epsislow


(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States
Re: If activeClients

Thank you . i will test Happy