Quote:
Originally Posted by razermamba
Still doesnt work :/
|
Code:
public plugin_precache(){
// new i;
// for(i = 0; i < sizeof(DeathSounds); ++i)
// precache_sound(DeathSounds[i]);
// for(i = 0; i < sizeof(PainSounds); ++i)
// precache_sound(PainSounds[i]);
// for(i = 0; i < sizeof(AttackSounds); ++i)
// precache_sound(AttackSounds[i]);
precache_model(ZombieModel); <--- add this
}
and after I get error is: Host_Error: backwards mins/maxs