I put a music into sound/binds/gamerzbr/ and i try to execute inside the server, but i had problems, and the server send me this message:
Code:
Error: server failed to transmit file 'sound/binds/gamerzbr/harlem_shake.wav'
My speech.ini:
Code:
; Menu configuration file
; File location: $moddir/addons/amxmodx/configs/speech.ini
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".
; However you can change that, to limit the access to some settings.
; Commands Menu: ; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on all clients
; "d" - back to menu when executed
"Dont Worry Child" "spk \'sound/binds/gamerzbr/dontworry.wav\'" "cd" "u"
"Harlem Shake" "spk \'sound/binds/gamerzbr/harlem_shake.wav\'" "cd" "u"
Can you see something wrong?
Thanks