Arma 3
Partisan Action
6 comentários
Hanss 30 jul. 2020 às 11:09 
@Slovakian Lynx
Thanks, it works ok. Good job!
SlovakianLynx  [autor] 29 jul. 2020 às 9:29 
@Hanss it should be fixed now.
Hanss 20 jul. 2020 às 23:34 
Previously it worked ok, now it does not start.
toecutter 9 jun. 2020 às 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  [autor] 9 jun. 2020 às 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 jun. 2020 às 18:25 
Excelent mission, my friend. How do you edit the black screen death effect?