Results 1 to 5 of 5

Thread: Doesn't see when player connect to the server

  1. #1
    Private First Class thOuMta's Avatar
    Join Date
    Oct 2012
    Location
    France
    Posts
    191
    Thanks
    139
    Thanked 35 Times in 28 Posts

    Doesn't see when player connect to the server

    Hey guys,

    I have a problem on my servers, when player connect to the server we dont see it.

    Click image for larger version. 

Name:	cod2mp-20130829-192206.jpg 
Views:	58 
Size:	209.9 KB 
ID:	417

    -> Unknown client game command: MP_CONNECTEDthOuMta
    -> Unknown client game command: MP_JOINED_ALLIESthOuMta

    Know why ?

    Thanks.

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Linux bug, replace:

    PHP Code:
    iprintln(&"MP_CONNECTED"self); 
    with:

    PHP Code:
    iprintln(&"MP_CONNECTED"self.name); 
    timescale 0.01

  3. #3
    Private First Class thOuMta's Avatar
    Join Date
    Oct 2012
    Location
    France
    Posts
    191
    Thanks
    139
    Thanked 35 Times in 28 Posts
    Yes i have do it on some server but i dont want a mod for this server.
    If players see a modded server they dont will come

  4. #4
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    The function iprintln could be overwritten with libcod to add the "entity to string" functionality, but I guess you wont do that also.

    A new_svr_.iwd main/ should work also (to overwrite the maps/mp/gametypes/$gametype.gsc
    timescale 0.01

  5. The Following User Says Thank You to kung foo man For This Useful Post:

    thOuMta (29th August 2013)

  6. #5
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    yeah just edit your gametype.gsc and check connect part. Edit it and place in maps/mp/gametypes in your fs_game folder

Posting Permissions

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