Request: Sound when someone dies
3 replies



28.12.13 12:00:40 am
I would like to request a script that plays a sound when somebody die's and i appreciate all helps.

hello
Admin/mod comment:
Please choose a less generic title next time (fixed it for you) and use the scripting section for script related stuff. /DCCode:
1
2
3
4
2
3
4
addhook('die','ondie')
function ondie(id)
parse('sv_sound2 '..id..' mysound.wav') -- the sound patch always is sfx then its looks like sfx/mysound.wav
end
function ondie(id)
parse('sv_sound2 '..id..' mysound.wav') -- the sound patch always is sfx then its looks like sfx/mysound.wav
end
Banned for Hacking/Cheating in CS2D /DC
Thx Gajos and Yates im not a lua scripter or i dont know anythink about it 
btw reqiest? the title isnt request

btw reqiest? the title isnt request
hello
Admin/mod comment:
Sorry, typo. /DC


