mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-06 13:10:21 +00:00
Removed Reminders
This commit is contained in:
parent
df371d1099
commit
f371025ff8
1 changed files with 0 additions and 8 deletions
|
|
@ -175,12 +175,4 @@ function TKvote(%typeName, %arg1, %arg2, %arg3, %arg4)
|
|||
|
||||
// Log Vote
|
||||
voteLog(%client, %typeName, %arg1, %arg2, %arg3, "TeamkillAutovote");
|
||||
|
||||
if($Host::EnableVoteSoundReminders > 0)
|
||||
{
|
||||
%time = mFloor($Host::VoteTime / ($Host::EnableVoteSoundReminders + 1)) * 1000;
|
||||
//echo(%time);
|
||||
for(%i = 0; %i < $Host::EnableVoteSoundReminders; %i++)
|
||||
Game.voteReminder[%i] = schedule((%time * (%i + 1)), 0, "VoteSound", %game, %typename, %arg1, %arg2);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue