I want to disallow players to start kick
I want to allow only the authenticated players to start kick polls
Ive looked over wiki but I cannot find a command(s) to do this
Can you help with this please
Thank you.
Authenticated Kick Polls In Server
Re: Authenticated Kick Polls In Server
ACCESS_LEVEL_VOTE_KICK 15
Or replace "KICK" with SUSPEND or whatever you want.
Or replace "KICK" with SUSPEND or whatever you want.
Re: Authenticated Kick Polls In Server
Ok, but only because you said please and thank you.LoveBug wrote:Can you help with this please, Thank you.
There is another place besides the wiki for good info on this. It's in your armagetron folder, the file named settings_authentication.cfg.
In there you will find the following:
Code: Select all
# Issuing each vote type also requires a certain access level. By
# default (for unchanged behavior relative to previous versions),
# kick and suspend votes are available for everyone.
ACCESS_LEVEL_VOTE_REMOVE 20
ACCESS_LEVEL_VOTE_KICK 20
ACCESS_LEVEL_VOTE_INCLUDE 2
ACCESS_LEVEL_VOTE_COMMAND 2
Read up!
Re: Authenticated Kick Polls In Server
I already got the anonymous thing worked out but this kick thing was real hard
Thanks again
Thanks again