Random Loading Screen?

Hey everyone, is there a way I can make it where a random loading screen shows up everytime someone logs in? We're hoping to give everyone a chance to design their own and I'd like to stick a few different ones in. If its possible, can someone stick me in the right direction? Thanks :D
 
I'll test it here in a few minutes, but where is the "BIS_fnc_selectRandom" coming from? I don't believe I have a file called that anywhere...
 
Dunno :/ I still can't get it to upload..seems like the site is half restored. I'm just gonna give up on it for now and try tomorrow. If you happen to get it working or if someone gets back to you about the code do tell if it works. :)
 
That means its looking for a texture file (.jpg or .paa) so try
Code:
 loadScreen = ["test1.jpg","test2.jpg","test3.jpg"] call BIS_fnc_selectRandom;
 
Back
Top