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