ALPHIVE 14 Posted June 23, 2017 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 :'( EDIT ********************************************** Ok so it changed. class speech1 { name = "speech1"; sound[] = {"sons\speech1.ogg", 6, 1}; titles[] = {}; }; that is the correct one But how set the volume ? Share this post Link to post Share on other sites