Is there any lua code out there that can redict you to anouther server?
Yes.
RunConsoleCommand( "connect", "192.168.1.255" )
or
ply:ConCommand( "connect 192.168.1.255" )
Player:ConCommand("connect <IP?")
You can't run connect on the client. As far as I know you have to use send lua.
[lua]
Player:SendLua( [[ LocalPlayer():ConCommand( 'connect YourIP' ) ]] )
[/lua]
[QUOTE=StonedPenguin;44800362]You can't run connect on the client. As far as I know you have to use send lua.
[lua]
Player:SendLua( [[ LocalPlayer():ConCommand( 'connect YourIP' ) ]] )
[/lua][/QUOTE]
ply:ConCommand ( "connect IPAddress" )
Works just fine for me.
[QUOTE=Swiftone;44800998]ply:ConCommand ( "connect IPAddress" )
Works just fine for me.[/QUOTE]
I thought that was a blocked ConCommand too.
Sorry, you need to Log In to post a reply to this thread.