From 4c9fd458cc70cdb4d600110dd47cadfeb28d98ed Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 23 Feb 2019 01:03:10 -0500 Subject: [PATCH] 999 > Unlimited --- Classic/scripts/autoexec/VoteSound.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Classic/scripts/autoexec/VoteSound.cs b/Classic/scripts/autoexec/VoteSound.cs index 196d824..f433e0d 100644 --- a/Classic/scripts/autoexec/VoteSound.cs +++ b/Classic/scripts/autoexec/VoteSound.cs @@ -15,7 +15,10 @@ function VoteSound( %game, %typename, %arg1, %arg2, %VoteSoundRandom ) else if(%typename $= "VoteSkipMission") messageAll('', '\c1Vote in Progress: \c0To skip the mission to %1. Press Insert for Yes or Delete for No.~wgui/objective_notification.wav', $EvoCachedNextMission ); else if(%typename $= "VoteChangeTimeLimit") + { + if(%arg1 $= "999") %arg1 = "unlimited"; messageAll('', '\c1Vote in Progress: \c0To change the time limit to %1. Press Insert for Yes or Delete for No.~wgui/objective_notification.wav', %arg1 ); + } else if(%typename $= "VoteKickPlayer") messageAll('', '\c1Vote in Progress: \c0To kick player %1. Press Insert for Yes or Delete for No.~wgui/objective_notification.wav', %arg1.name ); else