Jump to content
ALPHIVE

Say3D failure after update ?

Recommended Posts

Hi everybody, i use say3D everytime to make ambiant soon and since the update, i heard sound over the distance i said in the description.ext, that is completely boring ...

 

i send you the script use in Say3D that worked well until now ...

 

 

        class speech1
        {
                name = "speech1";
                sound[] = {"sons\speech1", 65, 1, 6};
                titles[] = {};
        };

 

 

The distance is at 6 and i heard at more than 50 meters now ...

 

 

I use this command on object INIT :

 

nul = [this] spawn {while {true} do {(_this select 0) say3D "speech1"; sleep 56;};};

 

To play each 56 seconds ...

 

Need help guys :'(

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×