xXGhostXx Posted October 13, 2019 Share Posted October 13, 2019 Hi guys. Do you have a idea for add sound for on client click event ? Link to comment
Lachuks Posted October 13, 2019 Share Posted October 13, 2019 https://wiki.multitheftauto.com/wiki/OnClientClick https://wiki.multitheftauto.com/wiki/PlaySound Link to comment
xXGhostXx Posted October 13, 2019 Author Share Posted October 13, 2019 11 minutes ago, Emix said: https://wiki.multitheftauto.com/wiki/OnClientClick https://wiki.multitheftauto.com/wiki/PlaySound function clickSound () local sound = playSound("click.mp3") end addEventHandler("onClientClick", getRootElement(), clickSound) This is true ? Link to comment
DNL291 Posted October 13, 2019 Share Posted October 13, 2019 You can always test to see if it works. 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