Próbowałem już kompilować na waszej stonie i przez program kompiler lecz nadal to samo

Chciałem je skompilować tylko aby mieć nowe modele zombi i nazwy lecz nici z tego.
Wywala takie coś:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright © 1997-2006 ITB CompuPhase, AMX Mod X Team
zp50_class_zombie_classic.sma(13) : fatal error 100: cannot read from file: "zp50_class_zombie"
Compilation aborted.
1 Error.
A to jest chyba potrzebne bo w pliku sma klasy jest tak:
/*================================================================================ ----------------------------------- -*- [ZP] Class: Zombie: Classic -*- ----------------------------------- This plugin is part of Zombie Plague Mod and is distributed under the terms of the GNU General Public License. Check ZP_ReadMe.txt for details. ================================================================================*/ #include <amxmodx> #include <zp50_class_zombie> // Classic Zombie Attributes new const zombieclass1_name[] = "L4D Horda" new const zombieclass1_info[] = "[Zbalansowany] Typowy Przedstawiciel Zombie" new const zombieclass1_models[][] = { "L4D_Horda_Classic" } new const zombieclass1_clawmodels[][] = { "models\L4D_Hands\L4D_Horda_Classic_Hands/v_zombiehands_uvazquez.mdl" } const zombieclass1_health = 1800 const Float:zombieclass1_speed = 0.75 const Float:zombieclass1_gravity = 1.0 const Float:zombieclass1_knockback = 1.0 new g_ZombieClassID public plugin_precache() { register_plugin("[ZP] Class: Zombie: Classic", ZP_VERSION_STRING, "ZP Dev Team") new index g_ZombieClassID = zp_class_zombie_register(zombieclass1_name, zombieclass1_info, zombieclass1_health, zombieclass1_speed, zombieclass1_gravity) zp_class_zombie_register_kb(g_ZombieClassID, zombieclass1_knockback) for (index = 0; index < sizeof zombieclass1_models; index++) zp_class_zombie_register_model(g_ZombieClassID, zombieclass1_models[index]) for (index = 0; index < sizeof zombieclass1_clawmodels; index++) zp_class_zombie_register_claw(g_ZombieClassID, zombieclass1_clawmodels[index]) }
Proszę pomóżcie skompilować 6 klas.
Pozdrawiam
