04-10-2012, 14:27
|
Release Votekick
|
|
04-12-2012, 15:56
Also, you should try to do my idea...its probably not very hard. Its just a chat mechanism. It doesn't even have to do anything. Just have it like !vote Increase Speed? and then the message will appear and they type !vote y or !vote n and it will say how many people voted for it? That is all that I ask for. Or even if it says "Vote passed or Vote failed" Or the percent of players that said yes. Please?
thanks ahead of time!
My Servers: http://www.gametracker.com/clan/pollarpart/
Plugin updated with !votecancel
(04-12-2012, 15:56)pollarpart Wrote: Also, you should try to do my idea...its probably not very hard. Its just a chat mechanism. It doesn't even have to do anything. Just have it like !vote Increase Speed? and then the message will appear and they type !vote y or !vote n and it will say how many people voted for it? That is all that I ask for. Or even if it says "Vote passed or Vote failed" Or the percent of players that said yes. Please? It's easy to do it. I will do it when I have time. Thanks.
more 10 Character name bug fix
Code: public override void OnServerFrame()
{
if (Interval > 0)
Interval--;
if (VoteTime > 0)
{
if (VoteTime % votemsginterval == 0)
{
foreach (ServerClient player in players)
{
if (player.Ping < 999 && player.Ping > 0)
{
double s1 = vote.Agree.Count / (validPN.Count + 0.01);
string s2 = s1.ToString("p");
string s3 = vote.Client.Name;
int s4 = s3.Length;
if (s4 <= 10)
iPrintLnBold("^7(^1" + VoteTime / 50 + "s^7) ^6votekick ^3" + vote.Client.Name.Substring(0, s4) + "^6 in progress. ^2Agree " + s2 + " Percent ^6In chat Tpye ^3!vote yes ^6to yes", player);
else
iPrintLnBold("^7(^1" + VoteTime / 50 + "s^7) ^6votekick ^3" + vote.Client.Name.Substring(0, 10) + "^6 in progress. ^2Agree " + s2 + " Percent ^6In chat Tpye ^3!vote yes ^6to yes", player);
}
}
}
04-18-2012, 13:00
(04-18-2012, 11:42)jiuweiljp Wrote: more 10 Character name bug fix What's that? That's not the message I have in votekick. I think it doesn't have that problem with the name/nick length.
04-18-2012, 13:06
you try use name 15 Character
04-18-2012, 14:54
Can someone please make a good Plugin for both votemap and votekick?
04-19-2012, 06:12
keeping update,great
04-23-2012, 17:57
Dear craftsmen who know how to compile a dll plugin that make it easier to vote affirmed the buttons f1 f2
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Help Votekick and VoteBan 4d1 | gauthier.verrons | 1 | 2,331 |
06-20-2013, 09:05 Last Post: surtek |
|
| Users browsing this thread: |
| 2 Guest(s) |




thanks ahead of time!