View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-05-2013 , 12:13   Re: "Speak from Location"
Reply With Quote #4

Also, you can use spk, speak commands, emit_sound, SendAudio message with any sound that exists in %MODDIR/sound/sentences.txt, you just have to put a ! in front of sound key

examples :

PHP Code:
client_cmd(id"spk !HEV_DEAD"); 
PHP Code:
emit_sound(idCHAN_VOICE"!HEV_DEAD"VOL_NORMATTN_NORM0PITCH_NORM); 
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 11-05-2013 at 12:13.
ConnorMcLeod is offline