when ever i launch the insim app it says that the password is not the same as insim host but it is! can u reply soon plz plz
AdminPW = "[COLOR=Red]YOUR PASS HERE[/COLOR]";
Port = [COLOR=Red]29999[/COLOR];
IPAddress = "[COLOR=Red]127.0.0.1[/COLOR]";
InSimSettings Settings = new InSimSettings(IPAddress, 29999, 0, Flags.InSimFlags.ISF_MSO_COLS | Flags.InSimFlags.ISF_MCI, '!', 250, AdminPW, "[COLOR=Red]YOUR APPLICATION NAME[/COLOR]", 5);
InSimSettings Settings = new InSimSettings([COLOR="Red"]127.0.0.1[/COLOR], [COLOR="Red"]29999[/COLOR], 0, Flags.InSimFlags.ISF_MSO_COLS | Flags.InSimFlags.ISF_MCI, '!', 250, [COLOR="Red"]PASSWORD[/COLOR], "[COLOR=Red]YOUR APPLICATION NAME[/COLOR]", 5);