
Help
Command Reference
You can enter CS2D script commands in the console, save them in cfg-files or bind them to keys. CS2D script commands are no Lua commands but they can still be executed in Lua scripts by using the Lua parse-function!
Commands
Category: all (342)
reroute
Categories
server
Parameters
- player (1-32): id of a player
- address (text): a server address
Info
Reroute a player to another server. The player will be removed from the current server and then he can decide if he wants to accept the forwarding.
The address can have following forms:
XXX.XXX.XXX.XXX (just an IP address, port 36963 will be used)
XXX.XXX.XXX.XXX:YYYYY (IP address with port)
www.myaddress.xyz (URL)
www.myaddress.xyz:YYYYY (URL with port)
(You could also enter a random text for the address but in that case forwarding will fail)
The address can have following forms:
XXX.XXX.XXX.XXX (just an IP address, port 36963 will be used)
XXX.XXX.XXX.XXX:YYYYY (IP address with port)
www.myaddress.xyz (URL)
www.myaddress.xyz:YYYYY (URL with port)
(You could also enter a random text for the address but in that case forwarding will fail)






