mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
docs(counterstrike2): does not provide player names, note workaround (#675)
* docs(counterstrike2): does not provide player names, note workaround plugin * docs(CHANGELOG.md): update
This commit is contained in:
parent
467606f6a6
commit
7ba1bc9e67
3 changed files with 7 additions and 2 deletions
|
|
@ -79,7 +79,7 @@
|
|||
| corekeeper | Core Keeper | [Valve Protocol](#valve) |
|
||||
| counterstrike15 | Counter-Strike 1.5 | |
|
||||
| counterstrike16 | Counter-Strike 1.6 | [Valve Protocol](#valve) |
|
||||
| counterstrike2 | Counter-Strike 2 | [Valve Protocol](#valve) |
|
||||
| counterstrike2 | Counter-Strike 2 | [Notes](#cs2), [Valve Protocol](#valve) |
|
||||
| crce | Cross Racing Championship Extreme | |
|
||||
| creativerse | Creativerse | [Valve Protocol](#valve) |
|
||||
| crysis | Crysis | |
|
||||
|
|
@ -538,3 +538,6 @@ Requires `Allow_Download` and `Logging` to be `1` in the server config.
|
|||
|
||||
### <a name="gta5f"></a>Grand Theft Auto V - FiveM
|
||||
Requires the `sv_exposePlayerIdentifiersInHttpEndpoint` convar to be `1` for the query to return players' data.
|
||||
|
||||
### <a name="cs2"></a>Counter-Strike 2
|
||||
Does not provide players names, using a plugin like this [one](https://github.com/Source2ZE/ServerListPlayersFix) makes the query to return them.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue