A warning sound occurs when our LFS server is shutting down. This voice can be used on the TC server. (Sound when MED-RES call comes) Their INSİM are in java, but maybe lapper has such a feature. Is it possible to use this warning sound with Lapper?
                
                    
            Soundoption for globalmsg(); / privmsg(); 
        NOTE: is compatible with older scripts.
        0 = No Sound
        1 = Message Sound
        2 = SystemMessage Sound
        3 = InvalidKey Sound
        4 = ERROR Sound
        5 = NUM Sound
    -Possible options for globalmsg() : 
        globalmsg("BLAHBLAH");
        globalmsg("BLAHBLAH",0);
    -Possible options for privmsg() :
        privmsg("BLAHBLAH");
        privmsg("BLAHBLAH",0);
        privmsg($userName,"BLAHBLAH");
        privmsg($userName,"BLAHBLAH",0);