From 07f8e7e4d1b524aa5856de1912acadbdb7a88721 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Tue, 7 Feb 2023 05:24:42 +0000 Subject: [PATCH] Docs (readme): Fix readme FAQ formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b75234d..3fef487 100644 --- a/README.md +++ b/README.md @@ -62,20 +62,20 @@ GoldsourceRcon -Address $address -Port $port -Password $rcon_password -Command ' ## FAQ -Q: Prerequisites? +### Q: Prerequisites? - [`Powershell` v5](https://www.microsoft.com/en-us/download/details.aspx?id=50395) and later or [`Powershell Core`](https://github.com/powershell/powershell) (aka `pwsh`) -Q: Verified games? +### Q: Verified games? -Engine | Games -:---------------:|:---------------: -`Source` (`srcds`) | `left4dead2`, `csgo`, `hl2mp` -`Goldsource` (`hlds`) | `cstrike`, `czero`, `valve`. Should work for all `hlds` games. +| Engine | Games | +|:---:|:---:| +|`Source` (`srcds`) | `left4dead2`, `csgo`, `hl2mp` | +|`Goldsource` (`hlds`) | `cstrike`, `czero`, `valve`. Should work for all `hlds` games. | The functions will probably work on a lot more games than those in the list. -Q: `ping` query not working for some games? +### Q: `ping` query not working for some games? `A2A_PING` is no longer supported on Counter Strike: Source and Team Fortress 2 servers, and is considered a deprecated feature. See official documentation [here](https://developer.valvesoftware.com/wiki/Server_queries#A2A_PING) for more information.