Quote:
Originally Posted by eNz0
if i use:
PHP Code:
emit_sound(0,.....)
doesn't "0" means that sound will be heard by everybody, with the same voice?
should i use "id" then?
PHP Code:
client_cmd(0, "spk yourfolder/yoursound.wav")
is "spk" command heard by everyone? (not the same voice)
I need all this stuff for leap plugin. When player does leap, he shouts.
|
You would use emit_sound(12, . . .). This will emit the sound from the player in slot 12. Only people close enough to player 12 will be able to hear it.
__________________