Results 1 to 5 of 5

Thread: rcon extension

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    In your first example out_printf is missing a parameter.

    PHP Code:
    out_printf(addressmessage);
    out_printf("1.2.3.4:55555""test"); 

  2. The Following 2 Users Say Thank You to Mitch For This Useful Post:

    kung foo man (19th July 2020),maxdamage99 (20th July 2020)

  3. #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 Mitch View Post
    In your first example out_printf is missing a parameter.

    PHP Code:
    out_printf(addressmessage);
    out_printf("1.2.3.4:55555""test"); 
    Yes, thank you.
    Fact is that I do not use the function directly, but through an alias and the value (from) is stored in an auxiliary global variable: level.redir_addr

    apparently when I wrote the code for the example, I did not see this moment
    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
  •