-_-Varial^_^ Posted May 2, 2012 Share Posted May 2, 2012 heey guys, i have a question for mta. does someone has for me a countdown with sound? ps. i really need Link to comment
Scripting Moderators Sarrum Posted May 2, 2012 Scripting Moderators Share Posted May 2, 2012 race_server.lua, line 365-368, example: g_RaceStartCountdown:addClientHook(3, 'playSound', 'audio/3.mp3') g_RaceStartCountdown:addClientHook(2, 'playSound', 'audio/2.mp3') g_RaceStartCountdown:addClientHook(1, 'playSound', 'audio/1.mp3') g_RaceStartCountdown:addClientHook(0, 'playSound', 'audio/0.mp3') 'audio/X.mp3' - filepath to the sound file. Link to comment
Scripting Moderators Sarrum Posted May 2, 2012 Scripting Moderators Share Posted May 2, 2012 My pleasure. 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