|
CoD Multiplayer Everything about multiplayer in IL-2 CoD |
|
Thread Tools | Display Modes |
#31
|
|||
|
|||
Quote:
PHP Code:
__________________
Asus P6T V2 Deluxe, I7 930, 3x2 GB RAM XMS3 Corsair1333 Mhz, Nvidia Leadtek GTX 470, Acer 1260p screen projector, Track IR 4 OS ver5, Saitek Pro Flight Rudder, Saitek X52, Win 7 x64 ultimate |
#32
|
|||
|
|||
Hi first sorry for refloting the post, and for my English
this is my cuestion. how can i set Target Area to red or blue army?. I create oner mission, but i can not setup on Comander destroy area to red or blue. I only can setup to destroy a create group (tjis work good), but no a multiple staticks objet to destroy |
#33
|
|||
|
|||
Quote:
@I see you're using a DataReader. You can only have 1 DataReader open at a time per connection. using blocks come in handy for those: using( var reader = myCommand.ExecuteReader() ) { while (reader.Read()) { // get values, do stuff } }// reader gets closed You only hint at it in the code in your question (currently), but it's possible that is part of your problem. You haven't shown how you're using the DataReader, so I'm not certain. Just a possibility.@
__________________
Asus P6T V2 Deluxe, I7 930, 3x2 GB RAM XMS3 Corsair1333 Mhz, Nvidia Leadtek GTX 470, Acer 1260p screen projector, Track IR 4 OS ver5, Saitek Pro Flight Rudder, Saitek X52, Win 7 x64 ultimate |
#34
|
|||
|
|||
Nice to you to have provided the source files with the cod controller application.
And also it is nice to have choosen C# as a prefered language. You seem to choose your language based on what the game actually uses, like Java for 1946, C# for CoD, which will make life much easier for people that would like to modify your application, since it uses the same language as the mission scripts (which is very fun to learn actually). C# is a much easier read than Java IMHO. |
#35
|
|||
|
|||
I try to use IL2 CLoD Commander and when i click on "Start Mission" button, i got the following message in the server terminal and the mission isn't loaded, what is wrong in my procedure ?
If i use the command "missLoad missions/OnLine_Map.mis" directly in the server terminal, everthing works fine. |
|
|