Oct 17, 2010, 07:26 PM
The permission is "hearall" and it's grouped with 8192 access. denyAdminCmd = hearall should disable it.
The parameters for Vote are defined in lua\includes\vote.lua and are:
votetext, choices, showtime, append, voteover
Choices should be a table, like:
{"Yes, this is the first choice", "No, this is the second choice"}
Append is some text that show after the choices.
Voteover is a function that is called when the vote is over.
The parameters for Vote are defined in lua\includes\vote.lua and are:
votetext, choices, showtime, append, voteover
Choices should be a table, like:
{"Yes, this is the first choice", "No, this is the second choice"}
Append is some text that show after the choices.
Voteover is a function that is called when the vote is over.