Jump to content
thephantombest

Task set to complete when a group of players gets in the car

Recommended Posts

Hello!

how can I create a task, which will be succeeded when every player or a specific number of players in my group will get into one vehicle?

Share this post


Link to post
Share on other sites

If the amount of players is known maybe this can help:

 

count crew NameOfCar == 3

or this if number of players is unkown:

 

{alive _x} count allPlayers == {_x in _NameOfVehicle} count allPlayers

the == can be replaced with > or => and such.

  • Like 1

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

×