• Redirect Server
    6 replies, posted
How can I redirect my server to another server?
You can force a console command to run "command ServerIP", I think. [url]http://wiki.garrysmod.com/?title=Player.ConCommand[/url]
[lua]funtion GM:PlayerInitialSpawn( ply ) RunConsoleCommand("connect", "iphere") end[/lua]
Isn't running the connect command on players not allowed?
... [editline]26th November 2010[/editline] Of course it's not.
I'm not sure if it was recently changed but a few versions ago I did it.
You need to use RunConsoleCommand clientside for connect.
Sorry, you need to Log In to post a reply to this thread.