i have a problem with my kick command this is the code
it only works on players without a space in their name anyone know why?
Code:
if (Message.Substring(0,5) == "!kick")
{
ServerCommand("kick " + Message.Substring(5));
}
![[Image: 24gu1a8.png]](http://i47.tinypic.com/24gu1a8.png)