hello
where i can find the pizza mode for this cruise
and how i can know the places of the bank for example without layout?
and last question : is there any more finished mods for this insim ?
Saying just that is wrong, I think. From his question I think that he doesn't know what exactly to do, and I can bet that he doesn't even have C#, because (I can bet that) he hasn't fully read even the 1st post, and let's not talk about the posts after it that explain what you have to do in order to be able to change the program. Actually it is explained in so much posts in this thread, that it's funny how people keep on asking stuff about it.
So once again: Download Visual C# Express Edition(it's easy to use, and please ask google if you don't know where to get it from), open the .sln file or .csproj file and try to find the place in the program that processes new connections (Try to search for NCN). The welcome message should be there, I think.
If you just open form1.cs with notepad I guess questions like "I did it but message didn't appear, what did I do wrong?" will follow, so I hope that's solved too now.
Note: You need Visual C#, not C++ or Basic. Visual C#(aka C sharp). If you open the project with something else you won't be able to build it. If you open it with notepad - you won't be able to build it. If you open only form1 file - ??... Yes, you won't be able to build it. You need to open a file with extension of ".sln", or if that can't be found then ".csproj".
Oh.. To build: Press F6. Saving the project will not update the exe.
Hope this post helped to everyone, but not just "sion92".
Making demo InSim for a friend using this, and with the immensurable aid of MS Visual C# 2008 Express Edition. I could make some parts on ly own (only demo cars are shown in overlay now) but now I have 2 questions:
How do I make the Insim make other players start with XFG and not UF1?
How do I make a function for cops to see their cop commands with "!chelp"?
1. In FileInfo.cs there is a thing like NewUser. You got to change the car from UF1 to XFG.
2. In Form.Cs scroll down to find the !help command Copy Paste that, and remove any unecessary lines, and add your ones in.
HI Racers, my name is KIMA I from Moscow I love very much greetings LFS and its big admirer. At me the site and 3 servers DRAG, DRIFT, GTR I would like to open still and 4 server that is Cruise.I need the person which Understands in Cruise server is necessary and will write us it completely as we will want also such which there is nobody aren't present.
Certainly it awakes not free of charge. I wish to hear your offers under the price and photos with Cruise server and their full description that they at present can, and as that else it is possible to add in mod.
Hey guys, i'm having problems with chasing in my Cruise server. Once i fixed the MCI handler, the chase commands don't work. I just get an 'Engage Error' message, i tried replacing the code of
if (ChaseInitiated == 1)
to
MCI.NumC
still no help, when its on
Players.Count
it works, but only if theres 8 people in the server.
Any ideas, oh and also i tried putting in
Connections.Count
, still nothing, just engage error, im pretty sure my Detailed Car Information part is correct, as all the Lotto and Shops work for everyone with MCI.NumC set on the tracks part.