AMX Mod X API Documentation

Signature
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
No return value
Назад
Верх