Results 1 to 10 of 32

Thread: Hello, monitoring the client without having to connect to the server!

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
    You did not understand me.
    "com_maxfps 125" I said, for example!
    I need to do so:
    Once a customer enters the command "/connect 12.123.123:12345" and it shows the message: "Waiting for connection 3,2,1". Example: if the value of the command "sv_pure" = 0, it immediately BAN or KICK!!!!!! CMD "SV_PURE 0" EXAMPLE !!

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by maxdamage99 View Post
    You did not understand me.
    "com_maxfps 125" I said, for example!
    I need to do so:
    Once a customer enters the command "/connect 12.123.123:12345" and it shows the message: "Waiting for connection 3,2,1". Example: if the value of the command "sv_pure" = 0, it immediately BAN or KICK!!!!!! CMD "SV_PURE 0" EXAMPLE !!
    I don't think that is possible for every command. I captured the connect data packet that the client sends to your server.

    connect "\cl_anonymous\0\cl_punkbuster\1\cl_voice\0\cl_www Download\1\rate\25000\snaps\20\name\Unknown Soldier\protocol\118\challenge\1889884853\qport\10 48"
    It is possible to reject a connection if it doesn't have certain command set to '1'. But this hasn't been implemented yet in libcod.

  3. #3
    Private First Class YuriJurek's Avatar
    Join Date
    Jun 2013
    Posts
    219
    Thanks
    152
    Thanked 88 Times in 47 Posts
    Quote Originally Posted by maxdamage99 View Post
    You did not understand me.
    "com_maxfps 125" I said, for example!
    I need to do so:
    Once a customer enters the command "/connect 12.123.123:12345" and it shows the message: "Waiting for connection 3,2,1". Example: if the value of the command "sv_pure" = 0, it immediately BAN or KICK!!!!!! CMD "SV_PURE 0" EXAMPLE !!
    I guess he already mentioned which dvar he wants to force.

Posting Permissions

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