GAMMACASE / ServerRedirect

SourceMod plugin that allows players to see and connect to other servers
https://forums.alliedmods.net/showthread.php?t=322306
GNU General Public License v3.0
66 stars 26 forks source link

Socket is not optional as stated in readme #30

Closed rafalolszewski94 closed 4 years ago

rafalolszewski94 commented 4 years ago

Tried to build server_redirect.sp and it fatal fails with reason:

server_redirect.sp(7) : fatal error 183: cannot read from file: "socket"

I'm assuming, socket is not optional anymore? Or am I doing something wrong?

GAMMACASE commented 4 years ago

Socket is required if you want to compile it, but at run time it's an optional dependency. You can use compiled version from release tab to get latest smx binary.