Jump to content
GIGN Forum

Biohazard


Recommended Posts

Sveiki. Tātad es īsti nesaprotu kādēļ man nedarbojās, manas ieliktās skaņas, serverī. Pat nokompilēju biohazard .sma failu par .amxx bet tik un tā neiet. Varbūt kādam šada lieta ir gadījusies, un zin kā aktivizēt, lai ir savas skaņas serverī.

/* 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 12

#define FOG_COLOR "0 0 0"

// empty string to disable

new g_zombie_model[] = "models/player/ert_hunter/ert_hunter.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"

}

new g_zombie_win_sounds[][] =

{

"ert_misc/l4d_amb.wmv",

"ert_misc/l4d_amb.wmv"

}

new g_scream_sounds[][] =

{

"biohazard/ert_hunter1.wav",

"biohazard/ert_hunter2.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"

}

Edited by KeeP oFf
Link to comment
Share on other sites

Ja skaņu nosaukumi ir tādi paši kā vecajām, tad 1) nomaini skaņas serverim (gan jau to esi izdarījis) 2) izdzēs skaņas no sava cs... un ļauj nokačāt skaņas no servera... tad viss aizies...

Link to comment
Share on other sites

Tātas skaidrošu smalkāk. Gribu lai viņš kačā sound ar manu vajadzīgo nosaukumu, jo vēlos lai arī citiem servera spēlētājiem, ir jaunās skaņas.

P.S Tavu variantu jau zinu, ja man to vajadzētu, tad es nebūut taisijies, topiku.

Edited by KeeP oFf
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...