Jump to content

n0timet0explain

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About n0timet0explain

  • Rank
    Newbie
  1. Hi, I am making a custom senario, but I have some problems when uploading them to my dedicated server. I play on zargabad, and want to have a call to prayer every couple of hours. I followed instructions on this forum post, and got it to work when using eden multiplayer. When i export the pbo to my server, I get this error: 9:00:01 Sound: Error: File: mpmissions\__cur_mp.zargabad\sounds\prayer.ogg not found !!! I have placed the sound file in a folder called "sounds", and added this to my description.ext: class CfgSounds { sounds[] = {}; class prayer { name = "prayer"; sound[] = {"sounds\prayer.ogg", 2, 1}; titles[] = {0,""}; }; }; What am I doing wrong? Thanks
×