Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T187807
Change Details
Change Details
Old
New
Diff
Arma server should have more information about it self such as if the server is password protected or locked A command could return this information in hashmap object example: getServerInformation get "hasPassword"; // returns true if password protected server
Arma server should have more information about it self such as if the server is password protected or locked A command could return this information in hashmap object example: ``` getServerInformation get "hasPassword"; // returns true if password protected server ```
Arma server should have more information about it self such as if the server is password protected or locked A command could return this information in hashmap object example:
```
getServerInformation get "hasPassword"; // returns true if password protected server
```
Continue