mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-11 06:04:33 +00:00
Corrected file structure
This commit is contained in:
parent
2fe441f421
commit
2097008ccb
30 changed files with 6 additions and 1700 deletions
13
Classic/scripts/autoexec/VoteSound.cs
Normal file
13
Classic/scripts/autoexec/VoteSound.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
//Make a sound every so seconds to make sure everyone votes
|
||||
|
||||
function VoteSound( %game ) {
|
||||
|
||||
if($VoteSoundInProgress) {
|
||||
messageAll('', '\c1Vote in Progress: \c0Press Insert for Yes or Delete for No.~wgui/objective_notification.wav', %display);
|
||||
//$VoteSoundSchedule = schedule(12000, "VoteSound", %game);
|
||||
schedule(12000, 0, "VoteSound", %game);
|
||||
}
|
||||
else
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue