/admin=herethepassword
case "!herethecommand":
InSim.Send_MST_Message("here the text");
break;
case "!herethecommand":
InSim.Send_MTC_MessageToConnection("here the text", MSO.UCID, 0);
break;
foreach (clsConnection c in Connections)
{
if (c.Cash < -1000)
{
InSim.Send_MST_Message("/msg " + (Connections[GetConnIdx(MSO.UCID)].Username) + " 100");
//using /msg for test, I know I need replace for /ban
}
}