(24-05-2022, 02:15)Multipower Adlı Kullanıcıdan Alıntı: zp_extra_items 1 olduğundan emin olun.
Plugins.ini içerisinde:
Kod:
ze_banchee_zm.amxx
ze_classic_zm.amxx
bunun gibi sıralama varsa
Kod:
ze_classic_zm.amxx
ze_banchee_zm.amxx
olarak değişin.
PHP Kod:
// ---------------------------------- // Zombie Plague 4.3 Fix5 Config File // ---------------------------------- // Any changes you make here will be // automatically loaded at map start
// General // ------- zp_delay 19 // Time before any game mode starts in seconds zp_lighting "l" // Map lighting ["a"-darkest // "z"-brightest // ""-default // "0"-disabled] zp_thunderclap 0 // Thunderclap rate in seconds [0-disabled] zp_triggered_lights 1 // Allow map triggered lights (e.g. light switches) zp_remove_doors 0 // Remove doors from maps [0-none // 1-rotating only // 2-all doors] zp_blockuse_pushables 1 // Block +use on pushables to prevent the speed bug zp_block_suicide 1 // Prevent players from killing themselves zp_random_spawn 0 // Enable random spawning (will use CSDM spawns if present) zp_respawn_on_worldspawn_kill 1 // Respawn players after a worldspawn kill zp_remove_dropped 0.1 // Time before removing dropped weapons in seconds [0-disabled] zp_remove_money 1 // Remove player's money zp_buyzone_time 0.0 // Time in seconds humans are allowed to use CS buyzones after spawning zp_random_weapons 0 // Whether players should get weapons randomly instead of buying them zp_admin_models_human 1 // Enable admin player models for humans zp_admin_knife_models_human 0 // Enable admin knife models for humans zp_admin_models_zombie 0 // Enable admin player models for zombies zp_admin_knife_models_zombie 0 // Enable admin knife models for zombies zp_stats_save 1 // Temporarily save player's ammo packs and zombie class when they disconnect zp_prevent_consecutive_modes 1 // Prevent the same game mode from being played two rounds in a row zp_keep_health_on_disconnect 1 // Whether the health of the Nemesis/Survivor chosen to keep the round going should be set to that of the leaving player's zp_hud_display 1 // Enable ZP custom HUD display at the bottom zp_maxbuyround 3
// Deathmatch // ---------- zp_deathmatch 0 // Deathmatch mode, respawn as: [0-disabled // 1-human // 2-zombie // 3-randomly // 4-balance] zp_spawn_delay 5 // Delay before respawning on deathmatch mode in seconds zp_spawn_protection 5 // Spawn protection time for deathmatch in seconds [0-disabled] zp_respawn_on_suicide 0 // Respawn players if they commited suicide zp_respawn_after_last_human 1 // Respawn players if only the last human is left zp_infection_allow_respawn 1 // Allow respawning on infection rounds zp_nem_allow_respawn 0 // Allow respawning on nemesis rounds zp_surv_allow_respawn 0 // Allow respawning on survivor rounds zp_swarm_allow_respawn 0 // Allow respawning on swarm rounds zp_plague_allow_respawn 0 // Allow respawning on plague rounds zp_respawn_zombies 1 // Whether to respawn killed zombies zp_respawn_humans 1 // Whether to respawn killed humans zp_respawn_nemesis 1 // Whether to respawn killed nemesis zp_respawn_survivors 1 // Whether to respawn killed survivors
// Extra Items // ----------- zp_extra_weapons 0 // Include weapons zp_extra_nvision 0 // Include night vision zp_extra_antidote 0 // Include antidote zp_extra_antidote_limit 999 // Antidote purchase limit per round zp_extra_madness 0 // Include zombie madness zp_extra_madness_limit 999 // Zombie madness purchase limit per round zp_extra_madness_duration 5.0 // Zombie madness duration zp_extra_infbomb 0 // Include infection bomb zp_extra_infbomb_limit 999 // Infection bomb purchase limit per round
// Flashlight & Nightvision // ------------------------ zp_nvg_give 0 // Give nightvision [0-disabled // 1-enabled // 2-enabled, but no auto turning on] zp_nvg_custom 1 // Enable custom nightvision zp_nvg_size 80 // Nightvision size (radius) zp_nvg_color_R 0 // Zombie custom nightvision color (red) zp_nvg_color_G 150 // Zombie custom nightvision color (green) zp_nvg_color_B 0 // Zombie custom nightvision color (blue) zp_nvg_hum_color_R 0 // Human/Spectator custom nightvision color (red) zp_nvg_hum_color_G 150 // Human/Spectator custom nightvision color (green) zp_nvg_hum_color_B 0 // Human/Spectator custom nightvision color (blue) zp_nvg_nem_color_R 150 // Nemesis custom nightvision color (red) zp_nvg_nem_color_G 0 // Nemesis custom nightvision color (green) zp_nvg_nem_color_B 0 // Nemesis custom nightvision color (blue) zp_flash_custom 0 // Enable custom flashlight zp_flash_size 10 // Custom flashlight size (radius) zp_flash_drain 1 // Custom flashlight drain rate [0-unlimited batteries] zp_flash_charge 5 // Custom flashlight charge rate [0-non chargeable batteries] zp_flash_distance 1000 // Custom flashlight max distance zp_flash_color_R 100 // Custom flashlight color (red) zp_flash_color_G 100 // Custom flashlight color (green) zp_flash_color_B 100 // Custom flashlight color (blue) zp_flash_show_all 1 // Let players see each other's flashlights
// Knockback // --------- zp_knockback 1 // Enable weapon knockback (note: pain shock free increases knockback effect) zp_knockback_damage 1 // Use damage on knockback calculation zp_knockback_power 1 // Use weapon power on knockback calculation zp_knockback_zvel 0 // Should knockback affect vertical velocity zp_knockback_ducking 0.30 // Knockback multiplier for crouched zombies [0-knockback disabled when ducking] zp_knockback_distance 500 // Max distance for knockback to take effect zp_knockback_nemesis 0.30 // Nemesis knockback multiplier [0-disable knockback for nemesis]
// Longjump // -------- zp_leap_zombies 0 // Give leap to Zombies [0-disabled // 1-enabled // 2-only first zombie // 3-only last zombie] zp_leap_zombies_force 500 // Force multiplier zp_leap_zombies_height 300 // Upwards force zp_leap_zombies_cooldown 5.0 // Time between leap uses zp_leap_nemesis 1 // Give leap to Nemesis zp_leap_nemesis_force 500 // Force multiplier zp_leap_nemesis_height 300 // Upwards force zp_leap_nemesis_cooldown 5.0 // Time between leap uses zp_leap_survivor 0 // Give leap to Survivor zp_leap_survivor_force 500 // Force multiplier zp_leap_survivor_height 300 // Upwards force zp_leap_survivor_cooldown 5.0 // Time between leap uses
// Humans // ------ zp_human_health 200 // Health zp_human_last_extrahp 0 // Last human's extra health reward zp_human_speed 295 // Speed [0 - use CS default weapon speeds] zp_human_gravity 0.92 // Gravity (0.5 = half) zp_human_armor_protect 1 // Armor needs to be reduced completely in order to get infected zp_human_unlimited_ammo 1 // Unlimited ammo [0-disabled // 1-BP ammo // 2-clip ammo] zp_human_damage_reward 500 // Damage humans must deal on zombies to get an ammo pack [0 - disabled] zp_human_frags_for_kill 5 // How many frags humans get for killing a zombie zp_human_frags_for_kill_nemesis 10 // How many frags humans get for killing a nemesis
// Zombies // ------- zp_zombie_first_hp 2.0 // First zombie HP multiplier (2.0 = double health) zp_zombie_armor 0.75 // Armor multiplier (0.75 = zombies take 75% damage only) zp_zombie_hitzones 0 // Allowed hitzones bitsum (look into fun.inc for body part bits) [0-disabled] zp_zombie_infect_health 0 // How much health a zombie regains with every infection zp_zombie_fov 0 // Field of view [0-dont change] zp_zombie_silent 1 // Enable silent footsteps zp_zombie_painfree 2 // Zombies are pain shock free [0-disabled // 1-enabled // 2-only last zombie // 3-only first zombie] zp_zombie_bleeding 1 // Zombies leave footprints/bloodstains on the floor zp_zombie_infect_reward 0 // Ammo packs given to zombies for infecting/killing a human zp_zombie_damage_reward 0 // Damage zombies must deal on humans/survivor to get an ammo pack [0 - disabled] zp_zombie_frags_for_infect 10 // How many frags zombies get for infecting a human
// Special Effects // --------------- zp_infection_screenfade 0 // Screen fade for infected player zp_infection_screenshake 1 // Screen shake for infected player zp_infection_sparkle 0 // Light sparkle on infection zp_infection_tracers 0 // Tracers on infection zp_infection_particles 0 // Particles on infection zp_hud_icons 1 // Display small HUD icons on infection, burning, and freeze events
// Nemesis // ------- zp_nem_enabled 1 // Enable nemesis mode zp_nem_chance 20 // Chance (1 in X) zp_nem_min_players 0 // Minimum players required zp_nem_health 15000 // Health [0 - human count*base health] zp_nem_base_health 0 // Base health [0 - use first zombie's health] zp_nem_speed 250 // Speed zp_nem_gravity 0.5 // Gravity (0.5 = half) zp_nem_damage 250 // Damage per hit zp_nem_glow 1 // Glow effect zp_nem_aura 0 // Halo effect zp_nem_painfree 0 // Pain shock free zp_nem_ignore_frags 0 // Whether to earn frags zp_nem_ignore_rewards 0 // Whether to earn ammo packs
// Survivor // ------- zp_surv_enabled 0 // Enable survivor mode zp_surv_chance 20 // Chance (1 in X) zp_surv_min_players 0 // Minimum players required zp_surv_health 0 // Health [0 - zombie count*base health] zp_surv_base_health 0 // Base health [0 - use human's health] zp_surv_speed 230 // Speed zp_surv_gravity 1.25 // Gravity (0.5 = half) zp_surv_glow 1 // Glow effect zp_surv_aura 1 // Halo effect zp_surv_painfree 1 // Pain shock free zp_surv_ignore_frags 1 // Whether to earn frags zp_surv_ignore_rewards 1 // Whether to earn ammo packs zp_surv_weapon "weapon_m249" // Survivor's weapon (given by default) zp_surv_unlimited_ammo 2 // Unlimited ammo for Survivor [0-disabled // 1-BP ammo // 2-clip ammo]
İstek konusu, @bilalgecer47 adlı kullanıcı tarafından 2 gün içinde çözülmüştür. İsteği çözdüğü için bilalgecer47 Adlı kullanıcıya 1 rep puanı ve 1 yardım etme puanı otomatik olarak verilmiştir. bilalgecer47 Adlı kullanıcı sizin dışınızda toplam 125 kişiye yardım etmiştir. Herhangi bir konuda hata olduğunu düşünüyorsanız destek sistemi üzerinden iletişim kurabilirsiniz.