Jump to content

[Question]Countdown


Recommended Posts

  • Scripting Moderators

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...