mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Formatting
This commit is contained in:
parent
6a26fd0830
commit
2265d1b7a6
1 changed files with 7 additions and 6 deletions
|
|
@ -1,11 +1,12 @@
|
||||||
//Make a sound every so seconds to make sure everyone votes
|
//Make a sound every so seconds to make sure everyone votes
|
||||||
|
|
||||||
function VoteSound( %game ) {
|
function VoteSound( %game )
|
||||||
|
{
|
||||||
if($VoteSoundInProgress) {
|
|
||||||
messageAll('', '\c1Vote in Progress: \c0Press Insert for Yes or Delete for No.~wgui/objective_notification.wav', %display);
|
if($VoteSoundInProgress)
|
||||||
//$VoteSoundSchedule = schedule(12000, "VoteSound", %game);
|
{
|
||||||
schedule(12000, 0, "VoteSound", %game);
|
messageAll('', '\c1Vote in Progress: \c0Press Insert for Yes or Delete for No.~wgui/objective_notification.wav', %display);
|
||||||
|
schedule(12000, 0, "VoteSound", %game);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue