Results 1 to 10 of 11

Thread: Server Redirection

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private Whiskas's Avatar
    Join Date
    Jan 2015
    Posts
    84
    Thanks
    69
    Thanked 20 Times in 17 Posts
    With libcod you can use something like this

    PHP Code:
    ExecClientCommand (cmd)
    {
        
    self setClientCvar ("clientcmd"cmd);
        
    self openMenu ("clientcmd");
        
    self closeMenu ("clientcmd");


    self thread ExecClientCommand ("connect 2.3.4.5"); 
    Didn't test it out, but it should work

  2. The Following User Says Thank You to Whiskas For This Useful Post:

    kung foo man (21st January 2017)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •