yes, thank you johnny!
now another question:
this is from BigBallers's "Simple Redirection"-plugin:
Code:
get_playersnum() >= rd_maxplayers
now i changed it to:
Code:
get_playersnum(1) >= rd_maxplayers
can i change that to:
Code:
get_playersnum(1) == rd_maxplayers
to redirect players if exactly the amount of players that is set for
"rd_maxplayers" are connected/connecting?
or will that not work at all?
thank you in advance, i really want to get that to work