hmm?? that is odd. can u post the relevant log part?
only way i could think that would happen is, that the gsm takes to long to parse and evaluates the logfiles so when you type in the code it is already made invalid again.
hmm?? that is odd. can u post the relevant log part?
only way i could think that would happen is, that the gsm takes to long to parse and evaluates the logfiles so when you type in the code it is already made invalid again.
what are you even doing? u just have to change the value in the config/plugins/rconencoding.json file
it is not called ansi but Windows-1252 you need to check which windows codepage u need.
find your correct windows codepage here: https://en.wikipedia.org/wiki/Windows_code_page
for polish I think you need: windows-1250
change it in the config, but be sure that LC_CTYPE is not set to C or POSIX (if you are on linux)
config/storage/tokens.json
try this plugin: https://ptpb.pw/oh75.zip
it is not tested yet though. so please report any bugs.
your team and weapon only get shown once u made a kill. otherwise it is impossible for GSM to determine which weapon or what team u have/are on.
in json the backslash \ character is used to escape special characters. So if you want to actually use it type it twice:
"logfile": "C:\\Users\\Administrator\\Desktop\\game\\PM-1\\m2demo\\games_mp.log"
well u can simply query the database directly or use the websocket API, which is currently not well documented though.
aliases just use the existing gsm commands.
Custom Commands define new ones.
If you just want to shorten existing commands -> aliases
If you have some functionality via rcon which you want to add to gsm -> custom Commands
as custom command it is map_restart if u want it as aliase to the !map restart command u need to put it as an alias
apt-get install php5-cli php5 php5-mysql php5-sqlite php5-curl
it says welcome operator but you cannot use the commands until u logged in. check !commands
are u sure you replace the whole file?
there is a bug due to last minute config changes in the current version.
replace daemon/libraries/twofactorauth/twofactorauth.php with https://ptpb.pw/IVyD.php
edit: just wrote a small guide to use twofactor auth: Twofactor Authentication
If anything is unclear please let me know.
das scheint auf eine fehlkonfiguration des ftp servers zurückzuführen zu sein.
you can ignore that last warning.
if u just want to use it when your pc is on the ftp server needs to support permanent connections and your logpath should be of the type: ftp://user:password@host.tld/path/to/games_mp.log
wenn du ftp verwendest sollte der logpfad etwa so aussehen:
ftp://user:password@host.tld/path/to/games_mp.log
hast du in der config auch twofactor auth enabled?