leonardopessoa

Results 3 comments of leonardopessoa

Per installation instructions: > Installation > Edit csgo/addons/sourcemod/configs/core.cfg => Change "FollowCSGOServerGuidelines" "yes" to "no" > Copy the folder structure to your gameserver. > (OPTIONAL) If you want to use MySQL...

> This has been addressed in #4034 but that PR needs updating. Right, but that one is closed. Should it be reopened then and close this one for further discussion?

I still think there should be something more straight forward or even a bug fix to this, but here's my own workaround: ``` def oauth_decode(data): import son new_data = data.decode("utf-8",...