Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
Very good plugin/organised code.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 285
Threads: 15
Joined: Nov 2011
Reputation:
12
I can never dream of writing that many comments
Posts: 165
Threads: 14
Joined: Jul 2011
Reputation:
8
Lol!
Yeah i know i write a bit too much comments xD
But i always share the source code, so like that people can easily understand the code and modify/recompile it.
(All my codes are always open source, so feel free to modify them as you need.)
Posts: 55
Threads: 0
Joined: Nov 2011
Reputation:
0
"Vote_Kick_Only=1
// 0 = all the vote types, 1 = only votekick affected"
It does not work. It does not disable all types of votes
Posts: 165
Threads: 14
Joined: Jul 2011
Reputation:
8
09-13-2012, 14:53
(This post was last modified: 09-13-2012, 15:03 by narkos.)
Vote_Kick_Only option is not used to disable vote in the Game Menus... it is used to know which type of vote are checked by the plugin...i already told you that in the request post.
In the sv_config.ini:
Vote_Kick_Only=1
=> The plugin will check when vote-kick are called.
Vote_Kick_Only=0
=> The plugin will check when vote-kick, vote-map_restart, vote-next_map are called.
When i say check i mean the plugin will control who call the vote, if he's allowed to vote etc...
(Also don't forget that admins from permission plugin are not affected by this plugin. They are always able to vote...)