mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-01 19:03:38 +00:00
Annotations update
This commit is contained in:
parent
3c4bb7ac87
commit
ac20f70b98
9 changed files with 87 additions and 56 deletions
|
|
@ -1,10 +1,12 @@
|
|||
//Make a sound every so seconds to make sure everyone votes
|
||||
// VoteSound Script
|
||||
//
|
||||
//Enable or Disable VoteSound
|
||||
//$Host::EnableVoteSound = 1;
|
||||
// Make a sound every so seconds to make sure everyone votes
|
||||
//
|
||||
//%VotesoundRandom must match $VoteSoundRandom to prevent duplicate messages
|
||||
//$VoteSoundRandom is generated everytime a vote starts and if it doesnt match an ongoing schedule does not play.
|
||||
// Enable or Disable VoteSound
|
||||
// $Host::EnableVoteSound = 1;
|
||||
//
|
||||
// %VotesoundRandom must match $VoteSoundRandom to prevent duplicate messages
|
||||
// $VoteSoundRandom is generated everytime a vote starts and if it doesnt match an ongoing schedule does not play.
|
||||
|
||||
function VoteSound( %game, %typename, %arg1, %arg2, %VoteSoundRandom )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue