Results 1 to 1 of 1

Thread: alert sound issue

  1. #1
    Registered User
    Join Date
    Jul 2015
    Posts
    2

    alert sound issue

    The alert sound didn't play for me for some reason.
    I fixed it by making this change on line 3669...

    From
    else if (PlayOnMatch)
    {


    String tempstr = AudioFile.Replace("\\", "\\\\");


    Play(tempstr);


    }
    To
    else if (PlayOnMatch)
    {


    //String tempstr = AudioFile.Replace("\\", "\\\\");


    Play(AudioFile);


    }
    Last edited by advilman; 06-18-2020 at 12:02 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On