Arma 3
Partisan Action
6 commenti
Hanss 30 lug 2020, ore 11:09 
@Slovakian Lynx
Thanks, it works ok. Good job!
SlovakianLynx  [autore] 29 lug 2020, ore 9:29 
@Hanss it should be fixed now.
Hanss 20 lug 2020, ore 23:34 
Previously it worked ok, now it does not start.
toecutter 9 giu 2020, ore 2:54 
hi get error msg when laoding
you cannot play/edit this mission it is dependant on downloadable content that has been deleted .cba_jam,FEMAL3_uniformsv2
SlovakianLynx  [autore] 9 giu 2020, ore 1:25 
Thanks! Glad you like it. Very easy, here is the script from init.sqf :

[] spawn
{
while{true} do
{
waitUntil {!alive player};
0 fadeSound 0;
0 fadeSpeech 0;
0 fadeRadio 0;
titleText["", "BLACK OUT", 0.1];
waitUntil {alive player};
1 fadeSound 1;
1 fadeSpeech 1;
1 fadeRadio 1;
titleText["", "PLAIN", 1];
};
};
Tefo 8 giu 2020, ore 18:25 
Excelent mission, my friend. How do you edit the black screen death effect?