["moneh",5000000] call INV_addinventoryitem; hint "Money is added Enjoy";
if (isNil "nb") then
{
nb = 0;
};
if (nb == 0) then
{
nb = 1;
hint "Begin Project... 123";
_text = "["123", "123"] spawn BIS_fnc_infoText;";
[_text] execVM "scr\exec.sqf";
_news = "[parseText ""<t size='2.3' color='#00FF00'>123</t><br/><t color='#00FFFF'>test</t>"",parseText ""<t size='1.5' color='#FE2E2E'>|:3 </t><t size='1.5' color='#FACC2E'>|:3 </t><t size='1.5' color='#80FF00'>|:3 </t><t size='1.5' color='#00FF00'>|:3 </t><t size='1.5' color='#2EFE9A'>|:3 </t><t size='1.5' color='#00FFFF'>|:3 </t><t size='1.5' color='#0174DF'>|:3 </t><t size='1.5' color='#013ADF'>|:3 </t><t size='1.5' color='#3A01DF'>|:3 </t><t size='1.5' color='#A901DB'>|:3 </t><t size='1.5' color='#DF0174'>|:3 </t><t size='1.5' color='#00FFFF'>|:3 </t>""] spawn BIS_fnc_AAN;";
sleep 3;
[_news] execVM "scr\exec.sqf";
sleep 3;
_vid = "[""\ca\video_pmc\CP10b_reynolds.ogv"", 1.04] spawn BIS_fnc_customGPSvideo;";
[_vid] execvm "scr\exec.sqf";
}
else
{
nb = 0;
hint "Ending Project... |:3";
_news = "3000 cutRsc [""Default"", ""PLAIN"", 2];";
[_news] execVM "scr\exec.sqf";
};