YES SIR
/* Biohazard configs
*
* by Cheap_Suit
*
* This file is provided as is (no warranties).
*/
#if defined _biohazardcfg_included
#endinput
#endif
#define _biohazardcfg_included
// default fog settings
#define FOG_ENABLE 1
#define FOG_DENSITY 20
#define FOG_COLOR "128 128 128"
// empty string to disable
new g_zombie_model[] = "models/player/zombie2/zombie2.mdl"
new g_zombie_claws[] = "models/v_knife_zombie.mdl"
new g_zombie_weapname[] = "claws"
// weapon name (menu)
new g_primmenunames[][] =
{
"",
"M4A1",
"AK47",
"AUG",
"SG552",
"Galil",
"Famas",
"M249",
"MP5 Navy",
"XM1014",
"M3",
"P90",
"SG550",
"G3SG1"
}
// weapon name (game)
new g_primweaponnames[][] =
{
"",
"weapon_m4a1",
"weapon_ak47",
"weapon_aug",
"weapon_sg552",
"weapon_galil",
"weapon_famas",
"weapon_m249",
"weapon_mp5navy",
"weapon_xm1014",
"weapon_m3",
"weapon_p90",
"weapon_sg550",
"weapon_g3sg1"
}
// weapon name (menu)
new g_secmenunames[][] =
{
"",
"Deagle",
"USP",
"Elite"
}
// weapon name (game)
new g_secweaponnames[][] =
{
"",
"weapon_deagle",
"weapon_usp",
"weapon_elite"
}
// weapon name (game)
new g_grenades[][] =
{
"weapon_hegrenade",
"weapon_flashbang",
"weapon_smokegrenade"
}
new g_zombie_win_sounds[][] =
{
"ambience/the_horror1.wav",
"ambience/the_horror2.wav",
"ambience/the_horror3.wav"
}
new g_scream_sounds[][] =
{
"biohazard/scream1.wav",
"biohazard/scream2.wav",
"biohazard/scream3.wav"
}
new g_zombie_miss_sounds[][] =
{
"zombie/claw_miss1.wav",
"zombie/claw_miss2.wav"
}
new g_zombie_hit_sounds[][] =
{
"zombie/claw_strike1.wav",
"zombie/claw_strike2.wav",
"zombie/claw_strike3.wav"
}
new g_zombie_die_sounds[][] =
{
"biohazard/death1.wav",
"biohazard/death2.wav",
"biohazard/death3.wav"
}
I tried to compile biohazard on amxmodx website and i get this answer this time "
home/groups/amxmodx/tmp3/phpX6jtbX.sma(36) : fatal error 100: cannot read from file: "hamsandwich""
Sorry cheap suite ,but i`m not a pro,but either a beginner