Players being connected to random servers from my server
35 replies, posted
[QUOTE=Blasteh;47591587]So if you don't like someone, just re-upload a load of addons that redirects to their server to get them blacklisted?[/QUOTE]
Where did I say it would automatically blacklist servers? I was thinking about a manually run list, hosted on garrysmod.com or something. But my main point was the second point I made, the first point was half joke.
local rccmd = RunConsoleCommand
function RunConsoleCommand( cmd, ... )if ( string.lower( cmd ):find( "connect" ) ) thenprint( "Oh noes! Message awesome people on facepunch with the following" )
print( debug.traceback() )
else
rccmd( cmd, ... )
endendlocal plmeta = FindMetaTable( "Player" )
local plrccmd = plmeta.ConCommand
function plmeta:ConCommand( cmd )if ( string.lower( cmd ):find( "connect" ) ) thenprint( "Oh noes! Message awesome people on facepunch with the following" )
print( debug.traceback() )
else
plrccmd( self, cmd )
endend
Doesnt work, please tell me why james
you are a bit late the party, but try this
revenants_small_scripts/sh_command_blocker.lua
add that to the server's autorun folder
and assuming you aren't banned, reply with what it prints out.
it could also be something on the serverside so check the server console too.
Having same issue, going to try that script @James made.
You could try this: https://github.com/JustPlayerDE/LuaCheck
Sidenote: I ended up reading the entire first page before realising it was 3 years ago xD
Lol, I don't have the issue anymore but thanks anyways.
Sorry, you need to Log In to post a reply to this thread.