ewnavilae / gmodmodules

Automatically exported from code.google.com/p/gmodmodules
0 stars 0 forks source link

gm_gatekeeper are not kicking #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
code:

hook.Add( "PlayerPasswordAuth", "PlayerPasswordAuth", function( name, pass, 
steamID, address )
return {false, "Sorry, you are not welcome on this server!"}
end )

Even using Force Protocol:
gk_force_protocol_enable 1
gk_force_protocol 22

No errors, nothing, just not kick!

Original issue reported on code.google.com by t...@juliocesar.me on 26 Jul 2012 at 9:03

GoogleCodeExporter commented 8 years ago
Unable to reproduce. Please verify that you are require()ing the gatekeeper 
module.

Original comment by AzuiSl...@gmail.com on 28 Jul 2012 at 10:37