Jump to content

sfly

Pre Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About sfly

  • Rank
    Newbie
  1. hmm...something is strange...following lines doesn' t work anymore: startLoadingScreen ["","RscDisplayLoadCustom"]; _display = uiNameSpace getVariable "BIS_loadingScreen"; // _display isNil or isNull ... endLoadingScreen;
  2. hi, found a little issue : RscDisplayLoadMission onload = "_this call compile preprocessfilelinenumbers 'ca\missions_acr\data\scripts\ui_loadingText.sqf';"; onload = "_this call compile preprocessfilelinenumbers 'ca\missions_acr_data\scripts\ui_loadingText.sqf';"; RscDisplayLoadCustom onload = "_this call compile preprocessfilelinenumbers 'ca\missions_acr\data\scripts\ui_loadingTextCustom.sqf';"; onload = "_this call compile preprocessfilelinenumbers 'ca\missions_acr_data\scripts\ui_loadingTextCustom.sqf';";
×