![]() |
|
#11
|
|||
|
|||
|
In your code you can modify
Code:
public override void OnTickGame()
{
if(MissionTimer.Elapsed.TotalSeconds >= 30 && GetSumAllPlanes() < 50) //Loads a mission every 120s and only if the sum of all planes < 50
{
|
|
|