Raised This Month: $12 Target: $400
 3% 

Help / Support custom zombies and humans


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Karol401
Junior Member
Join Date: Jun 2010
Old 03-29-2012 , 15:15   custom zombies and humans
Reply With Quote #1

Hello. i have a problem that needs fixing and i dont know how. i tried every version from 4.3 to 5.0.8 and nothing fixed it. In 5.0.....higher it says that zombie/human classes arent enabled or allowed or something and in 4.3/4.3 patched it just doesnt load....can anybody help me fix it or upload a full package with custom zombies/humans and other things
Karol401 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 03-29-2012 , 16:56   Re: custom zombies and humans
Reply With Quote #2

Dont make 2 thread http://forums.alliedmods.net/showthread.php?t=181471
Next time post here and youll get help...
__________________
H.RED.ZONE is offline
Karol401
Junior Member
Join Date: Jun 2010
Old 03-30-2012 , 09:30   Re: custom zombies and humans
Reply With Quote #3

ok and can anyone help?
Karol401 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 03-30-2012 , 09:34   Re: custom zombies and humans
Reply With Quote #4

Post your plugins-zp50_ammopacks.ini
And plugins.ini
__________________
H.RED.ZONE is offline
Karol401
Junior Member
Join Date: Jun 2010
Old 03-30-2012 , 09:54   Re: custom zombies and humans
Reply With Quote #5

plugins.ini

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
zm_vip.amxx
zm_vip_extra_adv_antidotegun.amxx
zm_vip_extra_bazooka.amxx
zm_vip_extra_buy_survnem.amxx
zm_vip_extra_flamethrower.amxx
zm_vip_extra_gc_extra_item_ng.amxx
zm_vip_extra_goldendg.amxx
zm_vip_extra_human_armor.amxx
zm_vip_extra_chainsaw.amxx
zm_vip_extra_lasersight.amxx
zm_vip_extra_plasma_rifle.amxx
zm_vip_extra_weapons.amxx
zp_extra_multijump.amxx
zp_extra_minigun.amxx
zp_extra_goldenak.amxx
zp_zclass_spitter.amxx
zp_climb_zombie.amxx

plugins-zp50_ammopacks.ini
; ZP 5.0 / Module Version
; -----------------------


; Engine

zp50_core.amxx


; APIs

amx_settings_api.amxx
cs_player_models_api.amxx
cs_teams_api.amxx
cs_maxspeed_api.amxx
cs_weap_models_api.amxx
cs_weap_restrict_api.amxx
cs_ham_bots_api.amxx


; Classes

zp50_class_zombie.amxx
zp50_class_human.amxx
zp50_class_nemesis.amxx
zp50_class_survivor.amxx


; Zombie Classes

zp50_class_zombie_classic.amxx
zp50_class_zombie_raptor.amxx
zp50_class_zombie_light.amxx
zp50_class_zombie_fat.amxx
zp50_class_zombie_leech.amxx
zp50_class_zombie_rage.amxx


; Human Classes

zp50_class_human_classic.amxx
;zp50_class_human_raptor.amxx


; This must come before game modes for armor protection to work properly
zp50_human_armor.amxx


; Game Modes Manager

zp50_gamemodes.amxx


; Game Modes

zp50_gamemode_infection.amxx
zp50_gamemode_multi.amxx
zp50_gamemode_swarm.amxx
zp50_gamemode_nemesis.amxx
zp50_gamemode_survivor.amxx
zp50_gamemode_plague.amxx
zp50_gamemode_armageddon.amxx


; Items Manager

zp50_items.amxx
;zp50_items_money.amxx
zp50_items_ammopacks.amxx


; Extra Items

zp50_item_weapons.amxx
zp50_item_nightvision.amxx
zp50_item_antidote.amxx
zp50_item_zombie_madness.amxx
zp50_item_infection_bomb.amxx

; Admin

zp50_admin_commands.amxx
zp50_admin_menu.amxx
zp50_admin_models.amxx


; Buying

zp50_buy_menus.amxx
zp50_buy_zones.amxx


; Rewards

;zp50_rewards_money.amxx
zp50_rewards_ammopacks.amxx
zp50_rewards_frags_hp.amxx


; Deathmatch

zp50_deathmatch.amxx
zp50_random_spawn.amxx
zp50_spawn_protection.amxx


; Zombie/Human Features

zp50_zombie_features.amxx
zp50_zombie_sounds.amxx
zp50_zombie_damage.amxx
zp50_human_ammo.amxx


; Custom Features

zp50_flashlight.amxx
zp50_nightvision.amxx
zp50_leap.amxx
zp50_painshockfree.amxx
zp50_knockback.amxx
zp50_weapon_drop_strip.amxx


; Effects

zp50_effects_infect.amxx
zp50_effects_cure.amxx
zp50_effects_lighting.amxx
zp50_ambience_effects.amxx
;zp50_ambience_sounds.amxx


; Gameplay / Other

zp50_main_menu.amxx
zp50_objective_remover.amxx
zp50_gameplay_fixes.amxx
zp50_team_scoring.amxx
zp50_hud_info.amxx
zp50_serverbrowser_info.amxx
zp50_ammopacks.amxx


; Custom grenades

;zp50_grenade_flashbangs.amxx
zp50_grenade_fire.amxx
zp50_grenade_frost.amxx
zp50_grenade_flare.amxx


; ZP 4.3 Subplugin Compatibility

zp50_zp43_compat.amxx
;zp50_biohazard_compat.amxx

i tried version 5.0.5 and 5.0.8 on both the zombie classes or human classes didnt work.....neither if i added some custom
Karol401 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 03-30-2012 , 10:01   Re: custom zombies and humans
Reply With Quote #6

So when you press M 3 you cant choose zombie class?
Code:
zp50_class_zombie_classic.amxx
zp50_class_zombie_raptor.amxx
zp50_class_zombie_light.amxx
zp50_class_zombie_fat.amxx
zp50_class_zombie_leech.amxx
zp50_class_zombie_rage.amxx
They are on no problem with them what shows up when you press M 3?
__________________
H.RED.ZONE is offline
Karol401
Junior Member
Join Date: Jun 2010
Old 03-30-2012 , 10:26   Re: custom zombies and humans
Reply With Quote #7

no its gray and i cant choose human classes either
Karol401 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 03-30-2012 , 10:39   Re: custom zombies and humans
Reply With Quote #8

Try to reinstall zp 5.0 remove everything from the previous versions...
__________________
H.RED.ZONE is offline
Karol401
Junior Member
Join Date: Jun 2010
Old 03-30-2012 , 10:43   Re: custom zombies and humans
Reply With Quote #9

i already did.....i reinstalled the whole amx then reinstaled ZP then nothing....so i reinstaled amx again and tried other version....the 4.3 i mean but there was no way of adding custom zombies cause it didnt load. So could you send me your pack?
Karol401 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 03-30-2012 , 10:46   Re: custom zombies and humans
Reply With Quote #10

Ok let start reinstal zp 5.0 then you will see classes in your zombie class menu every class you add goes to
plugins-zp50_ammopacks.ini everything that is about zp goes there..don't set it in plugins.ini (vip items too i can see that you have them in plugins.ini)
__________________
H.RED.ZONE is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode