Code Select
if ( player.Name.find( "~" ) != null ) player.Kick();
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu else if (cmd == "setspeed")
{
if (!text) MessagePlayer("Type: /"+cmd+" [float]",player);
else if (typeof text != "float") MessagePlayer("Type: /"+cmd+" [float]",player);
else
{
Message(player.Name+" change game speed to ( "+text.tofloat()+" )");
SetGamespeed(text.tofloat());
}
}
else if (typeof text != "float") MessagePlayer("Type: /"+cmd+" [float]",player);