mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-29 15:35:24 +00:00
999 > Unlimited
This commit is contained in:
parent
84cf1b9739
commit
4c9fd458cc
1 changed files with 3 additions and 0 deletions
|
|
@ -15,7 +15,10 @@ function VoteSound( %game, %typename, %arg1, %arg2, %VoteSoundRandom )
|
||||||
else if(%typename $= "VoteSkipMission")
|
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 );
|
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")
|
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 );
|
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")
|
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 );
|
messageAll('', '\c1Vote in Progress: \c0To kick player %1. Press Insert for Yes or Delete for No.~wgui/objective_notification.wav', %arg1.name );
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue