Shady1 Posted June 20, 2022 Share Posted June 20, 2022 (edited) hello friends, I want to share 3D Voice System with you. it is very easy to use, you can speak aloud when you press the "Z" key, you can set the distance limit yourself,If there is a player you are uncomfortable with, you can mute the player by "./mute" so you will not hear the player's voice. You can find the link of the 3D Voice System on Github. Edited June 20, 2022 by Shady1 i uploaded a picture Link to comment
FernandoMTA Posted June 20, 2022 Share Posted June 20, 2022 Hey, just an advice: in 3dvoicegui.lua Line 205 you do fileDelete("3dvoicegui.lua") to delete the file from client's download cache. You can do exactly the same by instead just putting cache="false" in meta.xml for the 3dvoicegui.lua script. Link to comment
Shady1 Posted June 20, 2022 Author Share Posted June 20, 2022 2 minutes ago, FernandoMTA said: Hey, just an advice: in 3dvoicegui.lua Line 205 you do fileDelete("3dvoicegui.lua") to delete the file from client's download cache. You can do exactly the same by instead just putting cache="false" in meta.xml for the 3dvoicegui.lua script. thank you for the advice, that's how i did it but if others want to change it they can follow your advice Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now