mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 06:34:35 +00:00
Changed a string
This commit is contained in:
parent
b3efcf3199
commit
d03d6a494f
1 changed files with 5 additions and 6 deletions
|
|
@ -31,12 +31,11 @@ function DefaultGame::checkTimeLimit(%game, %forced)
|
||||||
{
|
{
|
||||||
//Restart the function so the map can end if the Vote doesnt pass.
|
//Restart the function so the map can end if the Vote doesnt pass.
|
||||||
schedule(2000, 0, "RestartcheckTimeLimit", %game, %forced);
|
schedule(2000, 0, "RestartcheckTimeLimit", %game, %forced);
|
||||||
|
|
||||||
//Messege
|
if( !$VoteInProgressMsg )
|
||||||
if( !$VoteInProgressMessege )
|
|
||||||
{
|
{
|
||||||
messageAll('', '\c2Vote Overtime Initiated.~wfx/powered/turret_heavy_activate.wav', %display);
|
messageAll('', '\c2Vote Overtime Initiated.~wfx/powered/turret_heavy_activate.wav', %display);
|
||||||
$VoteInProgressMessege = true;
|
$VoteInProgressMsg = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -70,7 +69,7 @@ function ResetVOTimeChanged(%game)
|
||||||
{
|
{
|
||||||
$VoteInProgress = false;
|
$VoteInProgress = false;
|
||||||
$TimeLimitChanged = true;
|
$TimeLimitChanged = true;
|
||||||
$VoteInProgressMessege = false;
|
$VoteInProgressMsg = false;
|
||||||
$VoteSoundInProgress = false;
|
$VoteSoundInProgress = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -78,7 +77,7 @@ function ResetVOall(%game)
|
||||||
{
|
{
|
||||||
$VoteInProgress = false;
|
$VoteInProgress = false;
|
||||||
$TimeLimitChanged = false;
|
$TimeLimitChanged = false;
|
||||||
$VoteInProgressMessege = false;
|
$VoteInProgressMsg = false;
|
||||||
$VoteSoundInProgress = false;
|
$VoteSoundInProgress = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue