Thread Rating:
  • 7 Vote(s) - 3.14 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release Votekick
#51
I finally got it working but I cant get it working with other plugins.
But this plugin is great
Reply

#52
the plugin load, but it needs 100% vote player then it kick, we need 40%.
Reply

#53
(06-01-2012, 12:10)Devilion Wrote: the plugin load, but it needs 100% vote player then it kick, we need 40%.

It shouldn't need that value. I changed it in the last version to 40%. But I've seen that sometimes it doesn't kick with higher values. I don't know what is causing it.
Some help would be appreciated.
Reply

#54
Not working for me either, we tested it over 40% and it doesnt kick the player at all, same as the first version, completely useless pluggin. What i mean to say is, if there isnt a 100% player vote then no one is getting kicked, but out of the 5 months iv had this plugin the entire server at the same time voting one player off, well hell will freeze over before that happens, you know how players are in COD, you could tell them to click the letter K one time for a 100,000 dollers and they would ask "how?"

Its frustrating seeing this stagger along, not just to me but for the hundreds of people that keep using it on my server to never get it to actually work. Just let this die peacefully in the "fail" plugin cemetery.
Reply

#55
i installed this plugin at my server, it really worked, but kept crashing the server...
Reply

#56
(06-07-2012, 17:20)mememon Wrote: i installed this plugin at my server, it really worked, but kept crashing the server...


I think the program canceled in this line.

Code:
if (! Message.Substring (10). Split ('') [1]. Equals (""))
{
reason = "^ ^ 3for 1" + Message.Substring (10). Split ('') [1];
}

I found this solution, I hope they serve.

Code:
if (Message.Substring (10). Split (''). Length> 1)
{
if (! Message.Substring (10). Split ('') [1]. Equals (""))
{
reason = "^ ^ 3for 1" + Message.Substring (10). Split ('') [1];
}
}

Good Luck.
Reply

#57
(07-11-2012, 23:10)Donkey1961 Wrote:
(06-07-2012, 17:20)mememon Wrote: i installed this plugin at my server, it really worked, but kept crashing the server...


I think the program canceled in this line.

Code:
if (! Message.Substring (10). Split ('') [1]. Equals (""))
{
reason = "^ ^ 3for 1" + Message.Substring (10). Split ('') [1];
}

I found this solution, I hope they serve.

Code:
if (Message.Substring (10). Split (''). Length> 1)
{
if (! Message.Substring (10). Split ('') [1]. Equals (""))
{
reason = "^ ^ 3for 1" + Message.Substring (10). Split ('') [1];
}
}

Good Luck.

technically this if (! Message.Substring (10). Split ('') [1]. Equals ("")) is not even necessary because you have to write a reason when creating a vote. But if it's working for you now, great!
Reply

#58
just an update, just tested this and i'm afraid on first vote it crashed the server.
[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

Reply

#59
just had another peeky at this, tried the fix above, but getting "Empty character literal"
[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

Reply

#60
hi guys
how are you
my friend runing a server in call of duty MWF 3
he's kindly new and he dont know how open a election for change map or kick someone ( cheaters )
could you help me and tell me how can i do it for him step by step ?
we copied :
[VOTEKICK]
cooldown=60
votetime=45
votemsginterval=4

in the " sv_config.ini " but how to use it , we dont know
could you kindly help us and tell us how to use a command in our server ???
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Votekick and VoteBan 4d1 gauthier.verrons 1 1,633 06-20-2013, 09:05
Last Post: surtek

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.