Проблема с модом ZombieRiot

Ganter1234

Участник
Сообщения
1,149
Реакции
667
Операционная система
Linux
Список плагинов SM
[SM] Listing 19 plugins:
01 "Admin Menu" (1.10.0.6491) by AlliedModders LLC
02 "Zombie Riot" (1.9.1b) by Greyscale
03 "Admin Help" (1.10.0.6491) by AlliedModders LLC
04 "Sound Commands" (1.10.0.6491) by AlliedModders LLC
05 "Client Preferences" (1.10.0.6491) by AlliedModders LLC
06 "Player Commands" (1.10.0.6491) by AlliedModders LLC
07 "Basic Chat" (1.10.0.6491) by AlliedModders LLC
08 "Fun Commands" (1.10.0.6491) by AlliedModders LLC
09 "Basic Ban Commands" (1.10.0.6491) by AlliedModders LLC
10 "Basic Votes" (1.10.0.6491) by AlliedModders LLC
11 "Market" (1.2) by Greyscale
12 "Basic Info Triggers" (1.10.0.6491) by AlliedModders LLC
13 "Fun Votes" (1.10.0.6491) by AlliedModders LLC
14 "Nextmap" (1.10.0.6491) by AlliedModders LLC
15 "Anti-Flood" (1.10.0.6491) by AlliedModders LLC
16 "Admin File Reader" (1.10.0.6491) by AlliedModders LLC
17 "Basic Commands" (1.10.0.6491) by AlliedModders LLC
18 "Reserved Slots" (1.10.0.6491) by AlliedModders LLC
19 "Basic Comm Control" (1.10.0.6491) by AlliedModders LLC
Суть такова,у меня есть сервер на 10 слотов,решил протестировать плагин,но половина ботов пропадает через 3 сек после начала раунда, хотя в кваре zriot_zombiemax у меня стоит 7 ботов,после убийства бота спавнится два бота,один которого я убил,и второй который только подключается,и после убийство каждого бота спамится в чат что бот подключается к серверу,как решить эту проблему? (zriot_botquota_silent стоит на 1)

//
//
// ZombieRiot Settings
//
//

// The length of the round, in minutes, after this time is up, if there are any humans left, humans win
mp_roundtime 0

// Allows players to move items with their 'use' key
sv_turbophysics 1

// Multiplier for how easy props are moved (1 default)
phys_pushscale 3

//
// Ammo settings
//

ammo_50AE_max 500 // deagle
ammo_762mm_max 300 // scout, ak47, g3sg1, aug
ammo_556mm_box_max 300 // m249
ammo_556mm_max 300 // galil, sg552, famas, m4a1, sg550
ammo_338mag_max 100 // awp
ammo_9mm_max 500 // mp5navy, tmp, glock, elite
ammo_buckshot_max 128 // m3, xm1014
ammo_45acp_max 500 // ump45, mac10, usp
ammo_357sig_max 500 // P228
ammo_57mm_max 500 // p90, fiveseven

//
// Bot Settings
//

// Bots will wait until their is a human in the game to join
bot_join_after_player 0


// The difficulty of the bots, 0-3 (Recommended: 3 because they are more aggressive and don't camp so much)
bot_difficulty 3

// Prefix each bot with this text
bot_prefix "ZOMBIE -"

//
// Weapon Restrictions
//

zriot_restrict flashbang
zriot_restrict smokegrenade

//
// General
//

// Enable ZombieRiot gameplay (0: Disable)
zriot_enable "1"

// Updates the server's hostname to display the current day server is playing (0: Disable)
zriot_hostname_update "0"

// Frequency, in seconds, to display zvision on the zombies' screen (Never go below 0.1, 0.2 seems safe)
zriot_zvision_redisplay "0.2"

// Allow users to disable ZVision with their nightvision key (0:Disable)
zriot_zvision_allow_disable "1"

// Enable persistent display of the HUD which displays day, zombies left, and humans left (0: Disable)
zriot_hud "1"

// If the zombies win the round, the game will regress one day (0: Disable)
zriot_regression "0"

// Prevents zombies from getting stuck in each other (0: Disable)
zriot_noblock "1"

// Time, in seconds, to freeze zombies at round start to allow humans to get set up (0: Disable)
zriot_freeze "4"

// Blocks join/leave text for bots (0: Disable)
zriot_botquota_silent "1"

// Amount of time to wait before spawning a player into the game for the first time (0: Disable)
zriot_first_respawn "10"

// Amount of time each human has to wait before they will respawn into the game (0: Disable)
zriot_respawn "15"

// Enables a system that tracks damage done to each zombie, and shows you each one's current health (0: Disable)
zriot_targeting "1"

// Player's screens fade blue if humans win, red if zombies in, and black in any other case (0: Disable)
zriot_roundfade "1"

// Turns grenades into napalm grenades that light zombies on fire (0: Disable)
zriot_napalm "1"

// How long the zombie burns when zr_napalm is 1
zriot_napalm_time "20"

// The time, in seconds, before the ragdoll of dead zombies will be deleted (0: Disable)
zriot_ragdoll_remove "20"

// The max amount of zombies spawned at one time
zriot_zombiemax "7"

// Which team zombie's will be on (t: Terrorist ct: Counter-Terrorist)
zriot_zombieteam "t"

// Enable the mod to set the players cash to zriot_cashamount (0: Disabled)
zriot_cashfill "1"

// How much money players will have when they spawn when zriot_cashfill is 1
zriot_cashamount "7000"

// Darkens the map (0: Disable)
zriot_dark "1"

// The darkness of the map, a being the darkest, z being extremely bright when zriot_dark is 1 (n: Default)
zriot_dark_level "c"

// The sky the map will have when zriot_dark is 1
zriot_dark_sky "sky_borealis01"

// Must be in buyzone to access !zmarket, if Market is installed (0: Can be used anywhere)
zriot_zmarket_buyzone "0"

//
// Ambience
//

// Enable creepy ambience to be played throughout the game (0: Disable)
zriot_ambience "1"

// Path to ambient sound file that will be played throughout the game, when zriot_ambience is 1
zriot_ambience_file "ambient/zr/zr_ambience.mp3"

// The length, in seconds, of the ambient sound file
zriot_ambience_length "60.0"

// Volume of ambient sounds when zriot_ambience is 1 (0.0: Unhearable, 1.0: Max volume)
zriot_ambience_volume "0.6"

//
// Overlays
//

// Enable use of round end overlays to show the winner (0: Disable)
zriot_overlays "1"

// Path to overlay shown when Zombies win, when zriot_overlays is 1
zriot_overlays_zombie "overlays/zr/zombies_win"

// Path to overlay shown when Humans win, when zriot_overlays is 1
zriot_overlays_human "overlays/zr/humans_win"
 
Сверху Снизу