But look, I want to player mp3 from valve/media/... when player is connecting to the server.
I make this code but it's does not work for me:
PHP Code:
public client_connect(id)
{
client_cmd(id, "mp3 play media/something.mp3")
}
Why it's does not work ?