#31
|
|||
|
|||
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. |
#32
|
|||
|
|||
Quote:
__________________
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 |
#33
|
|||
|
|||
i am trying to add this to a script but i keep getting a CS1518 error when compiling (42,21 Where the BOLD type is) I looked it up but still cannot figure out what i have done wrong..trying to get it to kill all the actors upon switching map
Quote:
__________________
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 |
#34
|
|||
|
|||
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 |
#35
|
|||
|
|||
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(); } }); } |
#36
|
|||
|
|||
OnBattleStoped have not parameters, just OnBattleStoped()
|
#37
|
|||
|
|||
Thanks I understand now. You had to put the path in the "missLoad XXX.mis" command.
Thank you. |
#38
|
|||
|
|||
~S,
I get errors on both of those corrections MuxaHuk Matoni |
#39
|
|||
|
|||
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 |
#40
|
|||
|
|||
update
__________________
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 |
|
|