Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [] spawn {
- [0,"BLACK",4,0] spawn BIS_fnc_fadeEffect;
- sleep 4;
- [
- [
- ["4 DAYS LATER ...","<t align = 'center' shadow = '1' size = '1.0'>%1</t>"]
- ]
- ] spawn BIS_fnc_typeText;
- sleep 3;
- if (side player != sideLogic) then {
- disableSerialization;
- [
- [
- ["title","Malden hit by EMP"],
- ["meta",["Katherine Bishop",[2011,7,10,11,25],"CET"]],
- ["box",["\A3\Data_F\Flags\Flag_white_CO.paa","New French flag revealed!"]],
- ["image",["\a3\data_f_argo\Images\AssetMaldenTerrain_co.paa","The day after. Nearly all electric infrastructure has be damaged."]],
- ["text","Four days ago on the 6th of July at 1:30 AM local time (UTC+02) the currently Russian occupied Island of Malden has been hit by an EMP knocking out the local electric infrastructure. Most vehicles have been damaged to unusability. The damage among civilian property and infrastructure is estimated to be over $15 million as the entire power grid has to be repaired. Russia hasn't released any official numbers yet. "],
- ["box",["\a3\missions_f_heli\data\img\TimeTrials_Heli_overview_CA.paa","Helicopter pilot 'Woody' killed in easily avoidable crash."]],
- ["textlocked",["Whether it was an act of terrorism or why Russia even had an EMP on the Island of Malden is unclear at this moment. A russian convoy has been carring the EMP in addition to some supplies. The convoy was attacked while repairing a minor problem on one of the leading protection vehicles, Russian officials state. First rumors of who seems to be behind the attack have come up.","SUBSCRIBE TO READ THE FULL ARTICLE"]],
- ["author",["\a3\Missions_F_Orange\Data\Img\avatar_journalist_ca.paa","Katherine Bishop"]]
- ],findDisplay 46,true
- ] call bis_fnc_showAANArticle;
- };
- sleep 2;
- [1,"BLACK",0.1,0] spawn BIS_fnc_fadeEffect;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement