What is this for and how would I use it?
http://www.amxmodx.org/funcwiki.php?...ound&go=search
It sounds like it plays a background music or some sort...
I wouldn't mind using it if it does so I don't have to this...
PHP Code:
public ambience_loop()
{
if(!get_pcvar_num(zomb_switch) || !get_pcvar_num(zomb_ambience))
return PLUGIN_HANDLED
client_cmd(0,"spk %s", ZOMBIE_AMBIENCE)
set_task(17.0,"ambience_loop")
return PLUGIN_CONTINUE
}
__________________