Results 1 to 7 of 7

Thread: Help with IP select CoD2

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
    need see
    Code:
    maps\mp\gametypes\_mysql::asyncQuery
    bcs
    PHP Code:
    processKickIp(rowsargs
    maybe callback function dont get any object to yourself in "self", maybe some args wrong
    try use printf() to debug: is defined self, args, rows etc?

    maybe the function itself is never called at all, because it is not very good to consider opening some menu (like a first menu for player) as a "connection", you can use the event onPlayerConnect, connected or put this
    PHP Code:
    checkIP() 
    in
    "codecallback_playerConnect()"
    after
    "waittill("connected")"
    Last edited by maxdamage99; 14th August 2020 at 06:57.
    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:

    kung foo man (18th August 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
  •