Jump to content

Search the Community

Showing results for tags 'number'.



More search options

  • Search By Tags

    • number ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. Hey guys, I am wondering if there is a way to show a custom value, such as a simple number on the screen for All Players in the session and that can be altered during the session by the host Zeus, by something like the Esc button Extended Debug Console and executing statements....
  2. Hello, community! I am testing a VR scenario with VR AI - 0_Soldier_VR_F, called tgt0. The hits on him are counted by a script which also checks his condition, depending on where the AI's being shot. But what I want to know is how to complete a task, when a specific number of kills of the same...
  3. What is the upper limit or maximum number of AI and/ or human players in one single mission / campaign / scenario / Multiplayer mission / online combat. Is this number limited by game software settings itself, or upon to hardware performance? I have these questions because I would like to...
  4. Hello, I want to sort an array of array with strings and numbers but only on the number. With the highest number at the start of the array. _array = [["Player 1",1], ["Player 2",3], ["Player 3", 2]]; // The result I want is : _array = [["Player 2",3], ["Player 3",2], ["Player 1", 1]];
  5. I'm trying to set a checkbox as unchecked, but I get the error stating "type, number. Expected, control" I've checked the control idc and it matches what i've typed in the script...so I don't know how to get that "number" recognised as an idc. {_x ctrlSetChecked false;} forEach [2801...
×