How to make Server Re-RoutingBcY Reviewer Offline 03.11.12 07:05:39 pm Hi guys i tried to use @ Re-Route Script (21) but it isnt work. how can i make?can someone show an another simple?
Re: How to make Server Re-RoutingDC Admin Offline 03.11.12 07:22:08 pm There's a simple CS2D command that can be entered in the console as server or it can be executed on the server with rcon (or obviously with a Lua script and parse): reroute
Re: How to make Server Re-RoutingBcY Reviewer Offline 03.11.12 07:26:09 pm i know. i tried but it isn't working.
Re: How to make Server Re-RoutingYates Reviewer Offline 03.11.12 08:12:50 pm You cannot reroute yourself on your own server. 123ip1 = "127.0.0.1" parse("reroute "..id.." ip1") Should work on a normal server though. Just change the IP of course.
Re: How to make Server Re-RoutingSuprise BANNED Offline 03.11.12 08:14:48 pm @ Yates: Port forgotten 123ip1 = "127.0.0.1:36963" parse("reroute "..id.." ip1") wait, Yates post good, but it will automatically call the 36963 port. edited 1×, last 03.11.12 08:15:44 pm
Re: How to make Server Re-RoutingYates Reviewer Offline 03.11.12 08:15:40 pm @ Suprise: Without port it would be 36963 anyway. But thanks.