splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
556 stars 174 forks source link

SteamWorks not running #349

Closed ghost closed 5 years ago

ghost commented 5 years ago

I'm getting errors as shown below

Errors:
get5_mysqlstats.smx (Get5 MySQL stats): Error detected in plugin startup (see error logs)
get5_apistats.smx (Get5 Web API Integration): Required extension "SteamWorks" file("SteamWorks.ext") not running
splewis commented 5 years ago

(see error logs)

Check the error logs then. addons/sourcemod/logs

Required extension "SteamWorks" file("SteamWorks.ext") not running

Install steamworks: https://github.com/splewis/get5#get5_apistats then.

It doesn't really make sense to be running both of these plugins at the same time, though.

splewis commented 5 years ago

Closing since there's no update here. Feel free to reopen if you still have problems/questions.