Results 1 to 10 of 39

Thread: Install libcod on CoD 2 1.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    If you want make !commands in players chat, you can make this by:
    -Event Codecallback_playerCommands
    -Install bot on your server (B3,Manuadminmod,Nanny etc.)

    https://killtube.org/showthread.php?...=8005#post8005

    https://killtube.org/showthread.php?...ighlight=nanny
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

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

    sttte93 (6th March 2017)

  3. #2
    Private
    Join Date
    Feb 2017
    Posts
    37
    Thanks
    24
    Thanked 7 Times in 7 Posts
    Quote Originally Posted by maxdamage99 View Post
    If you want make !commands in players chat, you can make this by:
    -Event Codecallback_playerCommands
    -Install bot on your server (B3,Manuadminmod,Nanny etc.)

    https://killtube.org/showthread.php?...=8005#post8005

    https://killtube.org/showthread.php?...ighlight=nanny
    thank you

  4. #3
    Private
    Join Date
    Feb 2017
    Posts
    37
    Thanks
    24
    Thanked 7 Times in 7 Posts
    How can i see the game console after closing a ssh session?
    How can i reboot only the game server?

  5. #4
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    Quote Originally Posted by sttte93 View Post
    How can i see the game console after closing a ssh session?
    PHP Code:
    screen -ls 
    PHP Code:
    screen -xr *processnumber
    Quote Originally Posted by sttte93 View Post
    How can i reboot only the game server?
    PHP Code:
    kill *processnumber
    Then start your sv again
    sudo apt-get rekt

  6. The Following User Says Thank You to voron00 For This Useful Post:

    sttte93 (6th March 2017)

  7. #5
    Private Lonsofore's Avatar
    Join Date
    Oct 2016
    Posts
    86
    Thanks
    82
    Thanked 38 Times in 25 Posts
    Quote Originally Posted by sttte93 View Post
    How can i see the game console after closing a ssh session?
    How can i reboot only the game server?
    Or you can enter your screen (with "screen -xr") and press Ctrl+C - it will also kill your process.

Tags for this Thread

Posting Permissions

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