Jump to content
Sign in to follow this  
Naiss

C# with arma 3?

Recommended Posts

Hey,

 

am making a program where you can see the list of players like how many are on it and that max slot so my question is how would i get that value into my program.

 

 

Example: 10/64 players online

 

and this is in c#

 

This will be used on like a server list where it will lost the servers that am telling it to do so it would be awesome to show how many players are on it, what mission, host name, ping, etc 

Share this post


Link to post
Share on other sites

Hello there,

 

for this you have to have a look into the Steam Query API, which you can use to get all the available information from a server.

 

You can find a dokumenation and some example code right here: https://developer.valvesoftware.com/wiki/Server_queries

And a C# Implemtation here: http://querymaster.codeplex.com/

 

I hope that hels you

 

 

Regards Arkensor

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
Sign in to follow this  

×