![]() |
Quote:
PHP Code:
|
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 |
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.@ |
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. |
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 ?
http://i55.servimg.com/u/f55/17/86/51/08/server11.jpg If i use the command "missLoad missions/OnLine_Map.mis" directly in the server terminal, everthing works fine. |
All times are GMT. The time now is 09:49 AM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.