Custom Loading Screen 1.7.7

i did
Code:
loadScreen = bss.jpg;
in description.sqf but it does not seem to show up when i loadup the server -.-
 
replace the top of playerspawn.sqf with

waitUntil { alive player };

do everything else like 1.7.6
 
Kind of a similar problem here.....My loadscreen works but i lost my intro music that goes with it. I used the following code in the description.ext but since patch its broke.

Code:
class CfgSounds
{
    sounds[] =
    {
    introSong
    };
    class introSong
    {
    name="introSong";
    sound[]={introSong.ogg,0.9,1};
    titles[] = {};
    };
};
 
My intro song works perfectly fine? As well as the Action menu! (Great work btw blur), now if blur could just share his secrets at getting the journal to work with the anti hacks then all would be good!
 
follow the guide for the debug menu, that will show u where u need to look to fix ur journal
 
Back
Top