rg_send_audio
Syntax
native rg_send_audio(const index, const sample[], const pitch = PITCH_NORM);
Usage
| Parameter | Description |
|---|---|
| index | Receiver index or use 0 for everyone |
| sample | Sound file to play |
| pitch | Sound pitch |
Description
Sends the SendAudio message - plays the specified audio.
Return
This function has no return value.