SRCDS Steam group


server switch
#1
sorry this is lua but i still need help

ok im trying to use
Code:
hook.Add( "Think", "MovePlayerToServer", function ()
local entsToSwitch = ents.FindInBox( Vector(-3728.8,1127.5,48.0), Vector(-3634.0,1114.2,-43.9) )
for k,v in pairs (entsToSwitch) do
if v:IsValid() and v == LocalPlayer() then
RunConsoleCommand( "connect", "123.456.789.0:27015" )
end
end
end
but beacuse garry blocked connect what command can i use because webpage open has been block too
My name is Valentinez Alkalinella Xifax Sicidabohertz Gombigobilla Blue Stradivari Talentrent Pierre Andri Charton-Haymoss Ivanovici Baldeus George Doitzel Kaiser the Third - Don't hesitate to call.
Reply
#2
Just use +clientport 27025 on the server.
Reply
#3
the server its that server is on or in the lua or what?
My name is Valentinez Alkalinella Xifax Sicidabohertz Gombigobilla Blue Stradivari Talentrent Pierre Andri Charton-Haymoss Ivanovici Baldeus George Doitzel Kaiser the Third - Don't hesitate to call.
Reply
#4
killklli Wrote:the server its that server is on or in the lua or what?

In the launch line for the server.
Reply
#5
so should i foward that port too?
My name is Valentinez Alkalinella Xifax Sicidabohertz Gombigobilla Blue Stradivari Talentrent Pierre Andri Charton-Haymoss Ivanovici Baldeus George Doitzel Kaiser the Third - Don't hesitate to call.
Reply
#6
Yes.
Reply
#7
tcp udp ? sorry for bein such a noob on this i am not good at this sometimes
My name is Valentinez Alkalinella Xifax Sicidabohertz Gombigobilla Blue Stradivari Talentrent Pierre Andri Charton-Haymoss Ivanovici Baldeus George Doitzel Kaiser the Third - Don't hesitate to call.
Reply
#8
both
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)