Jump to content

Longshot03XX

Member
  • Posts

    120
  • Joined

  • Last visited

Posts posted by Longshot03XX

  1. Can't seem to get more than one CfgSound to work. I have currently...

     

     

    Class CfgSounds
    {
        sounds[] =
        {
        introSong
        };
        class introSong
        {
        name="introSong";
        sound[]={introSong.ogg,0.9,1};
        titles[] = {};
        };
    };
     
    and tried using and I get wait for host.
     
    class CfgSounds
    {
    sounds [] = {cureEffect,introSong,lock};
    class cureEffect
    {
    name="cureEffect";
    sound[]={cure_effect.ogg,0.9,1};
    titles[] = {};
    };
    class introSong
    {
    name="introSong";
    sound[]={introSong.ogg,0.9,1};
    titles[] = {};
    };
    class lock
    {
    name="lock";
    sound[]={lock.ogg,0.2,1};
    titles[] = {};
    };
    };

     

    Any ideas????

  2. Hello,

    I just recently opened up a dedicated vilayer server and I am having some issues with my BEC. I finally got the auto restarts running every 3 hours but can't seem to get the warnings to pop up. Can anyone help me? I know I need to edit the schedule.xml but nothing I've done has worked. I will send $10 via paypal to whoever helps me successfully fix this problem. Thank you for your time.

    Sincerely,

    Cruz, J.L

    Corporal of Marines

  3. So I've been having issues with some scripts that I added to my server.pbo

    I've been playing on a survivalserver and also have a dayz.st server and they both are having the same issue.

    We added the following scripts:

     

    Fastrope

    Safezone

    Tow/lift

     

    None of these sqfs are working on the server. We just added infistar anti-hack and ever since they havent been working.

     

    If anyone can help please let me know.

     

    My skype is: c12uz.,m1ss1l3

×
×
  • Create New...