Results 1 to 5 of 5

Thread: rcon extension

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ... connecting
    Join Date
    Jun 2020
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts
    @maxdamage99 Can I get some pointers about porting this to CoD 1.1? "/rcon set command" is a freakin mess.

  2. #2
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Quote Originally Posted by igstyga View Post
    @maxdamage99 Can I get some pointers about porting this to CoD 1.1? "/rcon set command" is a freakin mess.
    i am not familiar with cod1, try this: https://github.com/riicchhaarrd/CoDExtended

    It seems to me that the "catching" of rcon commands is already implemented there, you can ask the developer or try yourself add a callback for processing cmd_functions() in .gsc
    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

Posting Permissions

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