The online racing simulator
Searching in All forums
(2 results)
canery
Demo licensed
There is no error, no change, same code name, it works in version 8, it's like it doesn't see it when I switch to version 9

private void CIM_InterfaceMode(InSim insim, IS_CIM cim)
{
try
{
clsConnection Conn = this.Connections[this.GetConnIdx(cim.UCID)];

if (cim.Mode == ModeIdentifier.CIM_NORMAL)
{
insim.send("test 1");
}
else if (cim.Mode == ModeIdentifier.CIM_CAR_SELECT)
{
insim.send("test 2");
}
}
catch (Exception EX)
{
LogTextToFile("packetError", "CIM - " + EX.Message);
}
}
InSim Version 9 IS_CIM problem
canery
Demo licensed
Hello

After updating insim to version 9, IS_CIM doesn't work (not read), it works when I downgrade to version 8. where is the problem.

I was going to use it to add text to the tool selection menu..

Note: C#
Last edited by canery, .
FGED GREDG RDFGDR GSFDG