/admin=herethepasswordcase "!herethecommand":
InSim.Send_MST_Message("here the text");
break;case "!herethecommand":
InSim.Send_MTC_MessageToConnection("here the text", MSO.UCID, 0);
break;
, i am going to trying it 

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
}
}






