View Single Post
Deviance
Veteran Member
Join Date: Nov 2004
Location: Sweden
Old 10-19-2006 , 12:42   Re: Police! Put your Hands Up!
Reply With Quote #5

Quote:
Originally Posted by NemesisDelta View Post
if i press f3 ingame as an ct..the game shuts down and an error message appears:

Fatal error
SV_StartSound: volume = 382

Code:
emit_sound(id, CHAN_AUTO, g_sounds[random(SOUNDS_NUM)], 1.5, ATTN_NORM, 0, PITCH_NORM)
->
Code:
emit_sound(id, CHAN_AUTO, g_sounds[random(SOUNDS_NUM)], 1.0, ATTN_NORM, 0, PITCH_NORM)
Deviance is offline