Results 1 to 4 of 4
  1. #1
    DBFunx's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    166
    Reputation
    10
    Thanks
    37

    Making unnamed players unable to join?

    So for a while I've been wondering how to make it so unnamed players wouldn't be able to get in the server. So you'd have to name yourself before joining, if anyones found this out yet could they give me some hints?
    [img]https://**********.com/addskype/dbfunx.png[/img]
    Want my skype? HERE IT IS!!! ^^^^

    I own a private server named Omni Realms


    My Vouch Thread
    https://www.mpgh.net/forum/showthread...6#post11843926

  2. #2
    Platinum's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Location
    Dave's bathroom
    Posts
    1,768
    Reputation
    79
    Thanks
    496
    My Mood
    Lurking
    I don't know how ROTMG private servers work, but do they support plugins like other servers?

  3. #3
    Razor Sharp v2's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    153
    Reputation
    20
    Thanks
    374
    https://www.mpgh.net/forum/showthread.php?t=1114652 <----- HERE, find "how to kick unnamed players"

  4. The Following User Says Thank You to Razor Sharp v2 For This Useful Post:

    Platinum (08-26-2016)

  5. #4
    HGAEHaeheadhetdhtertherh's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    281
    Reputation
    10
    Thanks
    199
    /wServer/networking/handlers/HelloHandler.cs
    Code:
    if (!client.Account.NameChoosen)
    {
    client.SendPacket(new FailurePacket
    {
    ErrorDescription = "Choose Name!"
    });
    client.Disconnect();
    return;
    }

Similar Threads

  1. Does Hacking Make the Player Better when Legit?
    By KING in forum Combat Arms Discussions
    Replies: 21
    Last Post: 07-13-2013, 10:30 PM
  2. [Solved] Friend is unable to join Hamachi Server
    By kzthesky in forum Minecraft Help
    Replies: 6
    Last Post: 01-20-2013, 08:18 AM
  3. [Help Request] how to make a player shoot and scope in
    By pedjas in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 0
    Last Post: 01-12-2013, 03:50 AM
  4. [Release] Zencraft Creative-plotme-worldedit for all players so come join and use worledit
    By kenkool in forum Minecraft Server Advertising
    Replies: 3
    Last Post: 11-09-2012, 10:59 PM
  5. Does a Name change makes a player CBL clean again?
    By mundi006 in forum Combat Arms Discussions
    Replies: 13
    Last Post: 09-14-2009, 07:39 PM