Sound is playing... i added some code:
Code:
#include <amxmodx>
new const PLUGINNAME[] = "NiuwPlajerSund"
new const VERSION[] = "0.1"
new const AUTHOR[] = "Sn!ff3r"
public plugin_init() {
register_plugin(PLUGINNAME, VERSION, AUTHOR)
}
public client_authorized(id){
client_cmd(id, "spk misc/niuwplajer")
client_print(id, print_chat, "Welcome")
}
public plugin_precache()
{
precache_sound("misc/niuwplajer.wav")
}
And "welcome" also doesnt work :/
EDIT: Sorry... sound is playing while i'm connecting to server. I want to play sound when i joined team...