![]() |
|
|||||||
| CoD Multiplayer Everything about multiplayer in IL-2 CoD |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
thank you for your reports!
we are reading almost all topics, but haven't much time to reply. We are checking rotation script, no errors as i can see. may be a new beta-patch (from 27 april) will fix problems. |
|
#2
|
|||
|
|||
|
What is the exact path to where one would put the missions either downloaded or created. I see a number of folders one name "mission" another is " missions" and they are both in the IL2 club folder and the steam common folder.
Please explain. Thank you. |
|
#3
|
|||
|
|||
|
Quote:
S!
__________________
Gigabyte Z68 Intel 2500K (@4.3 ghz)212 CM Cooler 8GB Ram EVGA 660SC (super clocked) 2GB Vram CORSAIR CMPSU-750TX 750W 64 GB SSD SATA II HD WIN7 UL 64BIT |
|
#4
|
|||
|
|||
|
Code:
public override void OnPlaceLeave(Player player, AiActor actor, int placeIndex)
{
base.OnPlaceLeave(player, actor, placeIndex);
Timeout(1, () =>
{
AiAircraft CurAircraft = player.Place() as AiAircraft;
AiAircraft PrevAircraft = actor as AiAircraft;
if (CurAircraft != PrevAircraft)
{ (actor as AiAircraft).Destroy(); }
});
}
|
|
#5
|
|||
|
|||
|
OnBattleStoped have not parameters, just OnBattleStoped()
|
|
#6
|
|||
|
|||
|
Thanks I understand now. You had to put the path in the "missLoad XXX.mis" command.
Thank you. |
|
#7
|
|||
|
|||
|
~S,
I get errors on both of those corrections MuxaHuk Matoni |
|
#8
|
|||
|
|||
|
what are you trying todo?
__________________
Gigabyte Z68 Intel 2500K (@4.3 ghz)212 CM Cooler 8GB Ram EVGA 660SC (super clocked) 2GB Vram CORSAIR CMPSU-750TX 750W 64 GB SSD SATA II HD WIN7 UL 64BIT |
![]() |
| Thread Tools | |
| Display Modes | |
|
|