ElDubya Posted April 5, 2015 Report Share Posted April 5, 2015 I have the same error with this information: http://screenshooter.net/101974150/mwteghw The code above doesn't work. Somebody help ? :P If you need... There is my description.ext http://pastebin.com/qyhgcVdt Fixed it for you, use this : http://pastebin.com/Hy1TMbNe class CfgSounds { sounds[] = { carLock,introSong }; class carLock { name="carLock"; sound[]={carlock.ogg,0.9,1}; titles[] = {}; }; class introSong { name="introSong"; sound[]={introSong.ogg,0.9,1}; titles[] = {}; }; }; You had that part wrong is all :) Endriex 1 Link to comment Share on other sites More sharing options...
KostiCZ Posted April 10, 2015 Report Share Posted April 10, 2015 Any idea how to make intro sound plays together with loading screen? I tried to play sound prior startloadingscreen command but even if I hear song started, it is muted during loading screen is displayed. I'm using RscDisplayLoadCustom but I didn't find this class, so I'm not able to modify it. I heard a lot of admins use DayZ_loadingScreen, but I don't know how to define it. Anybody can help? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now