odium 12 Posted April 15, 2013 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
byrgesen 1 Posted April 15, 2013 Totally misread your post, sry :/ Share this post Link to post Share on other sites
engima 328 Posted April 15, 2013 Maybe something like this: { isPlayer _x } count allUnits >= 3 Share this post Link to post Share on other sites
killzone_kid 1333 Posted April 15, 2013 http://community.bistudio.com/wiki/playersNumber Share this post Link to post Share on other sites