Hi
I nly aded the commands code what was this
if (MSO.Msg.Contains("!help"))
{
InSim.Send_MTC_MessageToConnection("^7List of Commands:", (MSO.UCID), (MSO.PLID));
InSim.Send_MTC_MessageToConnection("^2!pitlane ^7- Sends you to pit garages for €500", (MSO.UCID), (MSO.PLID));
InSim.Send_MTC_MessageToConnection("^2!prices ^7- Shows pricelist for cars", (MSO.UCID), (MSO.PLID));
InSim.Send_MTC_MessageToConnection("^2!cash ^7- Shows your in-game cash", (MSO.UCID), (MSO.PLID));
InSim.Send_MTC_MessageToConnection("^2!rules1 and !rules2 ^7- Shows the rules of the server", (MSO.UCID), (MSO.PLID));
InSim.Send_MTC_MessageToConnection("^2!penalty ^7- Removes a pitlane penalty for €100", (MSO.UCID), (MSO.PLID));
InSim.Send_MTC_MessageToConnection("^2!buy 'carname' ^7- Purchases a car (see !prices)", (MSO.UCID), (MSO.PLID));
InSim.Send_MTC_MessageToConnection("^2!sell 'carname' ^7- Sells a car (see !prices)", (MSO.UCID), (MSO.PLID));