felixms / arma-rcon-class-php

A lightweight client for sending commands easily to a BattlEye server.
MIT License
46 stars 22 forks source link

Feature Request: Show mission name + player time connected #6

Closed alexcroox closed 8 years ago

alexcroox commented 8 years ago

I've switched from the Source Query library because that one can't return BE GUID for players. However I still have to use it for certain info I wondered if possible to also gain through RCON in this library:

felixms commented 8 years ago

I'm sorry to disappoint you, but as far as I know, this is not possible with RCon. See this wiki article. I may integrate the Source Query library in order to get query informations too as needed.

alexcroox commented 8 years ago

Fair enough, thanks for looking into it :)

Memphis017 commented 8 years ago

You should have a look at this library instead of Source Query : https://github.com/Austinb/GameQ which have everything you want (except GUID which is, to my knowledge, only provided by RCon because it's BattlEye stuff).

alexcroox commented 8 years ago

Nice thank you. Source Query is already giving me everything I need (that I can't get from RCON) so it was a matter of trying to find a library that has it all instead of replacing like for like. I'll still have to make 3 queries for player connected time, mission name, player GUIDs. I appreciate that this is out of the scope of this library as it's not possible from RCON alone :)