View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 06-21-2007 , 13:02   Re: (SniperBeamer) Admin Illama 1.4 With Sounds
Reply With Quote #28

PHP Code:
if (get_cvar_num("amx_llamasound")) client_cmd(id,"spk %s",llama_sound[ran]) 
-->

PHP Code:
if (get_cvar_num("amx_llamasound")) client_cmd(0,"spk %s",llama_sound[ran]) 

Some default HL & CS sounds can also be added :

ambience/crow.wav"
ambience/dog1.wav"
ambience/sheep"
ambience/wolfhowl02.wav"
ambience/disgusting.wav"

Last edited by ConnorMcLeod; 06-21-2007 at 13:05.
ConnorMcLeod is offline