Updated FAQ (markdown)

RaidMax 2022-06-07 21:19:02 -05:00
parent bf614623c6
commit 6432cc019b

7
FAQ.md

@ -60,3 +60,10 @@ Open up `IW4MAdminSettings.json`, scroll down to the `Servers` section and add a
For a list of acceptable RCon/event parsers, see [Parser Names](https://github.com/RaidMax/IW4M-Admin/wiki/Configuration#parser-names).
**`EventParser` and `RConParser` should be the same.**
***
### Unable to add player [Name=name, NetworkId=ID, IP=--, ClientSlot=#]
This means you have multiple servers logging to the same physical file.
Because there is no way to identify server-unique log lines when they're all logging to the same file, IW4MAdmin processes the log for every server. You must set _unique_ values in your game server config for the `g_log` dvar.
e.g. server 1: `set g_log "dom_mp.log"`, server 2: `set g_log "ffa_mp.log"`