Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Kick people with space in name
#11
Thanks
[Image: 24gu1a8.png]
Reply

#12
Code:
if (Message.Substring(0, 5) == "!kick")
{
    ServerCommand("kick \"" + Message.Substring(5) + "\"");
}
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
Reply

#13
will that work whit space in name?

Ok ive done
Code:
if (Message == "!list")
            {
                foreach (ServerClient client in GetClients())
                {
                    TellClient(Client.ClientNum, client.ClientNum.ToString() + " - " + client.Name, true);
                    iPrintLnBold(client.ClientNum.ToString() + " - " + client.Name, Client);
                    return ChatType.ChatNone;
                }
            }
to get a list but the iprintlnbold dissapears so fast i cant use threading because that laggs server
[Image: 24gu1a8.png]
Reply

#14
Yes it will.
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Wink Plugin with !ban !kick and !tampban clemi555 3 3,905 11-09-2013, 09:21
Last Post: clemi555
  Gayniggers From Outer Space House 3 3,226 08-27-2013, 09:34
Last Post: SuperNovaAO
  Help Server not in list, but people join 99IRock 8 6,694 07-17-2013, 21:26
Last Post: clacki
  I need to sorry all of you people Bloodfocus 23 10,899 04-05-2013, 18:15
Last Post: SuperNovaAO
  NASA's 2012 Space Shuttle: Endeavor DidUknowiPwn 11 6,337 04-05-2013, 18:12
Last Post: SuperNovaAO
  I want to thank some people [2] Mods edition Arteq 7 5,745 04-05-2013, 18:10
Last Post: SuperNovaAO
  Communist Mutants from Space Arteq 0 1,869 02-14-2013, 22:10
Last Post: Arteq
Heart Thanking some people 99IRock 6 3,271 12-27-2012, 14:40
Last Post: kokole
  I want to thank some people 99IRock 5 3,298 12-26-2012, 18:33
Last Post: surtek
Brick WeaponType\projectile kick back. HELP! GenaSG 10 6,798 12-24-2012, 20:42
Last Post: GenaSG

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.