Removed debug test commands from previous commit, added ambientsounds module, removed old, and removed some unused translations phrases.

This commit is contained in:
Greyscale
2009-04-17 01:09:52 +02:00
parent ee9d3a9f39
commit d5e29b883c
16 changed files with 1103 additions and 926 deletions

View File

@ -176,7 +176,8 @@ ZombieSoundsOnClientInfected(client)
/**
* Gets a random zombie sound from hl2 folder.
*
* @param sound The randomly picked moan sound.
* @param sound The randomly picked sound.
* @param soundtype The type of sound to get. (See enum ZombieSounds)
* @return True if sound was successfully picked, false otherwise.
*/
bool:ZombieSoundsGetRandomSound(String:sound[], ZombieSounds:soundtype)