I know this would probably be a real stupid thread but I’ve been trying to get this to work and it hasent!
im using leeroys Weapon base for the swep. everything works but the reload and shooting sounds, although for some reason when reloading i can here the clip in and clip out but there CSS sounds?
here is in my weapon_rif_chris.txt
“Weapon_Chris.Single”
{
“channel” “CHAN_AUTO”
“volume” :1.0"
“CompatibilityAttenuation” “1.0”
“pitch” “PITCH_NORM”
"wave" "weapons/chris/chris-1.wav"
}
“Weapon_Chris.Boltpull”
{
“channel” “CHAN_ITEM”
“volume” :1.0"
“CompatibilityAttenuation” “1.0”
“pitch” “PITCH_NORM”
"wave" "weapons/chris/chris_boltpull.wav"
}
“Weapon_Chris.ClipOut”
{
“channel” “CHAN_ITEM”
“volume” :1.0"
“CompatibilityAttenuation” “1.0”
“pitch” “PITCH_NORM”
"wave" "weapons/chris/chris_clipout.wav"
}
“Weapon_Chris.ClipIn”
{
“channel” “CHAN_ITEM”
“volume” :1.0"
“CompatibilityAttenuation” “1.0”
“pitch” “PITCH_NORM”
"wave" "weapons/chris/chris_clipin.wav"
}
Idk what to do or how to fix this. please help if you can!