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