• Главная
  • Новые сообщения
  • Участники
  • Поиск
  • Регистрация
  • Скачать КС Соурс
  • Скачать CSS v34
  • Симулятор кейсов
  • Вход

Здравствуйте, Гость!



  • Страница 1 из 1
  • 1
Форум » Вопросы » Вопросы по настройке серверов » voteban,votekick,votemap
voteban,votekick,votemap
_LEXYS_Дата: Вторник, 27.04.2010, 09:56 | Сообщение # 1
Новичок
Сообщений: 21
Как включить голосование за бан игроку за кик игрока и за голосование за карту)))

Добавлено (27.04.2010, 09:56)
---------------------------------------------
тобешь voteban,votekick,votemap biggrin

artem-moskvinДата: Вторник, 27.04.2010, 12:02 | Сообщение # 2
Понимающий
Сообщений: 91
Хочешь я тебе сделаю сейчас за 10 р.. или подожди 10 мин, напишу ))
_LEXYS_Дата: Вторник, 27.04.2010, 12:03 | Сообщение # 3
Новичок
Сообщений: 21
напиши
artem-moskvinДата: Вторник, 27.04.2010, 12:04 | Сообщение # 4
Понимающий
Сообщений: 91
// *****************************************************************************
// Module : Voting functionality
//
// Desc : There are two types of vote. System started where an admin has
// triggered a vote or User started where a user has started a vote
// The following cvars control the configuration of the voting
// *****************************************************************************

// Allow voting 1 = on, 0 = off (this cvar controls ALL voting)
mani_voting 1

// Defines the last number of maps played to not show in random votemap lists
mani_vote_dont_show_last_maps 3

// Defines the time in minutes a extend vote will add to the timeleft counter
mani_vote_extend_time 20

// Defines the whether the a map can be extended
mani_vote_allow_extend 1

// Defines amount of time in seconds a vote will be allowed for
mani_vote_allowed_voting_time 45

// Defines whether a random map vote will be displayed towards the end of
// the map
mani_vote_allow_end_of_map_vote 1

// Number of extensions a map is allowed via user vote or random map vote,
// 0 = infinite
mani_vote_max_extends 2

// Number of rounds to extend by if mp_winlimit is not 0
mani_vote_extend_rounds 10

// Define the file to use for random map vote
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_random_map_vote 0

// Define the file that admin can select from for admin
// started vote.
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_admin_map_vote 0

// Defines how many minutes before the end of the map that a random map vote
// is started
mani_vote_time_before_end_of_map_vote 3

// Defines how many maps can be in the end of map vote
mani_vote_max_maps_for_end_of_map_vote 6

// Allow team swap option as part of Extend map on end
// of map vote (CSS Only)
mani_vote_end_of_map_swap_team 1

// Defines the vote percentage required to set map
mani_vote_end_of_map_percent_required 60

// Defines the vote percentage required to set rcon vote
mani_vote_rcon_percent_required 60

// Defines the vote percentage required to set question vote
mani_vote_question_percent_required 60

// Defines the vote percentage required to set map vote
mani_vote_map_percent_required 60

// Defines the vote percentage required to set random map vote
mani_vote_random_map_percent_required 60

// This cvar determines how the players see the votes during voting
// 0 = quiet mode,
// 1 = show players as they vote but not their choice,
// 2 = Show voted choice but not player,
// 3 = show player name and their choice
mani_vote_show_vote_mode 3

// Following cvar now has 2 modes of operation
// 0 = alive players will see vote menu,
// 1 = alive players will need to type vote to access the menu,
mani_vote_dont_show_if_alive 0

// Allow user started votemaps
mani_vote_allow_user_vote_map 1

// Allow the users to extend maps if time based
mani_vote_allow_user_vote_map_extend 1

// Allow the users to kick players by vote
mani_vote_allow_user_vote_kick 1

// Allow the users to ban players by vote
mani_vote_allow_user_vote_ban 1

// Defines the vote percentage required to set an extend map vote
mani_vote_extend_percent_required 60

// Percentage of votes required from players before map change
mani_vote_user_vote_map_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_map_time_before_vote 60

// Minimum number of votes required to change a map (override vote percentage)
mani_vote_user_vote_map_minimum_votes 4

// 0 = only when no admin on server, 1 = all the time
mani_vote_user_vote_kick_mode 1

// Percentage of votes required from players before kick occurs
mani_vote_user_vote_kick_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_kick_time_before_vote 60

// Minimum number of votes required (override vote percentage)
mani_vote_user_vote_kick_minimum_votes 1

// 0 = only when no admin on server, 1 = all the time
mani_vote_user_vote_ban_mode 1

// Percentage of votes required from players before kick occurs
mani_vote_user_vote_ban_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_ban_time_before_vote 60

// Minimum number of votes required (override vote percentage)
mani_vote_user_vote_ban_minimum_votes 1

// Time in minutes for the ban, 0 = permanent ban
mani_vote_user_vote_ban_time 30

// 0 = ban by ID, 1 = ban by IP, 2 = ban by ID and IP
mani_vote_user_vote_ban_type 0

// Allow rock the vote
mani_vote_allow_rock_the_vote 1

// Defines the vote percentage required to set map
mani_vote_rock_the_vote_percent_required 60

// Time before rockthevote can be started after a new map starts
mani_vote_time_before_rock_the_vote 120

// Number of nominations included in the vote
mani_vote_rock_the_vote_number_of_nominations 1

// Number of random maps chosen from votemaplist.txt
mani_vote_rock_the_vote_number_of_maps 20

// Percentage of players on server required to type rockthevote before
// it starts
mani_vote_rock_the_vote_threshold_percent 60

// Minimum number of players required to type rockthevote before it starts
mani_vote_rock_the_vote_threshold_minimum 1

// This controls the default mode a player will have their 'show vote progress'
// set to when they first ever join your server. This setting is applied to
// the player's stored record withing player_settings.dat it does not control
// whether the vote progress functionality is on or off.
// 0 = player settings default to off, 1 = player settings default to on
// 1 = default on, 0 = default off
mani_player_settings_vote_progress 1

artem-moskvinДата: Вторник, 27.04.2010, 12:05 | Сообщение # 5
Понимающий
Сообщений: 91
в мани сервере замени текст
_LEXYS_Дата: Вторник, 27.04.2010, 12:11 | Сообщение # 6
Новичок
Сообщений: 21
ок!спс

Добавлено (27.04.2010, 12:11)
---------------------------------------------
всё работает спс!!! biggrin

GudvinДата: Среда, 15.06.2011, 13:43 | Сообщение # 7
Заглянувший
Сообщений: 1
// *****************************************************************************
// Module : Voting functionality
//
// Desc : There are two types of vote. System started where an admin has
// triggered a vote or User started where a user has started a vote
// The following cvars control the configuration of the voting
// *****************************************************************************

// Allow voting 1 = on, 0 = off (this cvar controls ALL voting)
mani_voting 1

// Defines the last number of maps played to not show in random votemap lists
mani_vote_dont_show_last_maps 3

// Defines the time in minutes a extend vote will add to the timeleft counter
mani_vote_extend_time 20

// Defines the whether the a map can be extended
mani_vote_allow_extend 1

// Defines amount of time in seconds a vote will be allowed for
mani_vote_allowed_voting_time 45

// Defines whether a random map vote will be displayed towards the end of
// the map
mani_vote_allow_end_of_map_vote 1

// Number of extensions a map is allowed via user vote or random map vote,
// 0 = infinite
mani_vote_max_extends 2

// Number of rounds to extend by if mp_winlimit is not 0
mani_vote_extend_rounds 10

// Define the file to use for random map vote
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_random_map_vote 0

// Define the file that admin can select from for admin
// started vote.
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_admin_map_vote 0

// Defines how many minutes before the end of the map that a random map vote
// is started
mani_vote_time_before_end_of_map_vote 3

// Defines how many maps can be in the end of map vote
mani_vote_max_maps_for_end_of_map_vote 6

// Allow team swap option as part of Extend map on end
// of map vote (CSS Only)
mani_vote_end_of_map_swap_team 1

// Defines the vote percentage required to set map
mani_vote_end_of_map_percent_required 60

// Defines the vote percentage required to set rcon vote
mani_vote_rcon_percent_required 60

// Defines the vote percentage required to set question vote
mani_vote_question_percent_required 60

// Defines the vote percentage required to set map vote
mani_vote_map_percent_required 60

// Defines the vote percentage required to set random map vote
mani_vote_random_map_percent_required 60

// This cvar determines how the players see the votes during voting
// 0 = quiet mode,
// 1 = show players as they vote but not their choice,
// 2 = Show voted choice but not player,
// 3 = show player name and their choice
mani_vote_show_vote_mode 3

// Following cvar now has 2 modes of operation
// 0 = alive players will see vote menu,
// 1 = alive players will need to type vote to access the menu,
mani_vote_dont_show_if_alive 0

// Allow user started votemaps
mani_vote_allow_user_vote_map 1

// Allow the users to extend maps if time based
mani_vote_allow_user_vote_map_extend 1

// Allow the users to kick players by vote
mani_vote_allow_user_vote_kick 1

// Allow the users to ban players by vote
mani_vote_allow_user_vote_ban 1

// Defines the vote percentage required to set an extend map vote
mani_vote_extend_percent_required 60

// Percentage of votes required from players before map change
mani_vote_user_vote_map_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_map_time_before_vote 60

// Minimum number of votes required to change a map (override vote percentage)
mani_vote_user_vote_map_minimum_votes 4

// 0 = only when no admin on server, 1 = all the time
mani_vote_user_vote_kick_mode 1

// Percentage of votes required from players before kick occurs
mani_vote_user_vote_kick_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_kick_time_before_vote 60

// Minimum number of votes required (override vote percentage)
mani_vote_user_vote_kick_minimum_votes 1

// 0 = only when no admin on server, 1 = all the time
mani_vote_user_vote_ban_mode 1

// Percentage of votes required from players before kick occurs
mani_vote_user_vote_ban_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_ban_time_before_vote 60

// Minimum number of votes required (override vote percentage)
mani_vote_user_vote_ban_minimum_votes 1

// Time in minutes for the ban, 0 = permanent ban
mani_vote_user_vote_ban_time 30

// 0 = ban by ID, 1 = ban by IP, 2 = ban by ID and IP
mani_vote_user_vote_ban_type 0

// Allow rock the vote
mani_vote_allow_rock_the_vote 1

// Defines the vote percentage required to set map
mani_vote_rock_the_vote_percent_required 60

// Time before rockthevote can be started after a new map starts
mani_vote_time_before_rock_the_vote 120

// Number of nominations included in the vote
mani_vote_rock_the_vote_number_of_nominations 1

// Number of random maps chosen from votemaplist.txt
mani_vote_rock_the_vote_number_of_maps 20

// Percentage of players on server required to type rockthevote before
// it starts
mani_vote_rock_the_vote_threshold_percent 60

// Minimum number of players required to type rockthevote before it starts
mani_vote_rock_the_vote_threshold_minimum 1

// This controls the default mode a player will have their 'show vote progress'
// set to when they first ever join your server. This setting is applied to
// the player's stored record withing player_settings.dat it does not control
// whether the vote progress functionality is on or off.
// 0 = player settings default to off, 1 = player settings default to on
// 1 = default on, 0 = default off
mani_player_settings_vote_progress 1
(Это куда надо пихать чтоб роботала в какую папку я не в куриваю)
kostik21730Дата: Четверг, 16.06.2011, 20:56 | Сообщение # 8
Новичок
Сообщений: 30
в файлик mani_server.cfg
замени всё что там есть этим
а лучше засунь всё что у тебя в mani_server.cfg в переводчик и отредактируй настройки как тебе нужно


Icq:633347500
Skype:kostik21730
E-mail:kostik21730@ukr.net
----------------------------------------(40)
Если я кому то, в чём то помог, то жду +)
Форум » Вопросы » Вопросы по настройке серверов » voteban,votekick,votemap
  • Страница 1 из 1
  • 1
Поиск:
Статистика Форума
Последние обновленные темы Самые популярные темы Самые активные Новые участники
Считаем до 1000 (новая)(536)
армия(3)
Проблема с запуском CS:GO(0)
Мой новый рекорд(2)
Еще одна работа(3)
Как вам? Куз(1)
Работы C4D AND Photoshop by st...(4)
Об изменении прицелов увеличен...(1)
!! О создании классной карты D...(0)
Помогите найти мод ак-47(1)
Считаем до 1000 (новая)(536)
Считаем до 1000!(462)
Помощь новичкам(310)
Флудилка(269)
Расшифровка =)(265)
Отзывы и предложения по сайту(235)
Ваши отзывы(173)
Игра прибавь +5(171)
Помощь по настройке модов(148)
Баги и косяки сайта(142)
admin(1873)
Mars(1261)
31Bender03(964)
aWaX(785)
TATariN(663)
TheGodfather(583)
GeneralKenobi(565)
aWake(543)
XANSTAR(512)
Quzzen(496)
bobson(15:09)
Arkadii123456(22:11)
alabek(15:20)
saraqj4(19:41)
jaminr2(19:04)
franciscobj3(18:36)
Anveiderge(17:52)
daisyvg18(15:52)
marylouig4(14:03)
dalele4(13:41)

Хостинг от uCoz Design by For-css.Ru © 2009-2016