Jump to content
Sign in to follow this  
odium

I want to define a minimum number of players for a mission

Recommended Posts

Hi guys,

the maximum number of players for a mission is the number of playable slots.

I like to set a minimum number of players for a mission, for example a coop 10 and three guys want to play it. I need a script which checks how many players are online after a few minutes and that the mission will endtrigger (I know how to do that) if there are not enough players. Is it even possible?

Thanks for any help in advance.

Odium

Share this post


Link to post
Share on other sites

Maybe something like this:

{ isPlayer _x } count allUnits >= 3

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×