![]() |
|
CoD Multiplayer Everything about multiplayer in IL-2 CoD |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
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. |
#2
|
|||
|
|||
![]() 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 |
#3
|
|||
|
|||
![]() 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(); } }); } |
#4
|
|||
|
|||
![]()
OnBattleStoped have not parameters, just OnBattleStoped()
|
#5
|
|||
|
|||
![]()
Thanks I understand now. You had to put the path in the "missLoad XXX.mis" command.
Thank you. |
#6
|
|||
|
|||
![]()
~S,
I get errors on both of those corrections MuxaHuk Matoni |
#7
|
|||
|
|||
![]()
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 |
![]() |
|
|