Random Loading Screen?

Nope..still didn't work.
2013050300001.jpg
 
Code:
    progressLoadingScreen 0.8;
 
    //Both
    BIS_fnc_selectRandom =        compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_selectRandom.sqf";        //Checks which actions for nearby casualty

Its in there.
 
I don't know why its all lower case in the pic. My code reads;

Code:
loadScreen = ["serverpic.jpg","old.jpg"] call BIS_fnc_selectRandom;
 
So just to be clear

the description should read

Code:
["loadScreen = "test1.jpg"","loadScreen = "test2.jpg"","loadScreen = "test3.jpg""] call BIS_fnc_selectRandom;

correct?
 
Even with the brackets on the first loadscreen?


EDIT: Testing it like this.

Code:
["loadScreen = "serverpic.jpg"","loadScreen = "old.jpg""] call BIS_fnc_selectRandom;
 
try
["loadScreen = serverpic.jpg","loadScreen = old.jpg"] call BIS_fnc_selectRandom;
If that doesn't work then I can't help you... sorry bud
 
Back
Top