TeddiO / gFwens

A C++ GMod module that allows you to query whether or not a person is part of a Steam Group using the Steam backend. Fwens for everyone!
GNU General Public License v3.0
8 stars 0 forks source link

Doesn't work without Steam open #1

Closed TeddiO closed 4 years ago

TeddiO commented 4 years ago

So it turns out the module currently only works with Steam running in the background and doesn't correctly hook into the connection srcds uses. Probably need to fix that!

TeddiO commented 4 years ago

Turns out I was using a version of the Steamworks API that was newer than the version GMod was shipping with. Oops!