AMX Mod X API Documentation

Signature
native VTC_PlaySound(const receiver, const soundFilePath[]);
Description

Play the audio file via the voice stream.

Notes
  • Usage example: VTC_PlaySound(id, "sound/ambience/Opera.wav");
Parameters
  • receiver Receiver index
  • soundFilePath The path to the sound file
No return value
Назад
Верх