• Sending players to another server with lua
    2 replies, posted
I figured out to run it client side. Thanks for looking.
You could just do a ConCommand that says "connect" then the IP of the server.. But I guess you found it out
[lua] function cinema(ply) ply:SendLua("LocalPlayer():ConCommand('connect 119.252.191.134:27017')") end [/lua]
Sorry, you need to Log In to post a reply to this thread.