EmitSentence Function

Emits a sentence to a list of clients.

void EmitSentence(const int[] clients, int numClients, int sentence, int entity, int channel, int level, int flags, float volume, int pitch, int speakerentity, const float origin[3], const float dir[3], bool updatePos, float soundtime, any... ...)

Parameters

const int[] clients

Array of client indexes.

int numClients

Number of clients in the array.

int sentence

Sentence index (from PrecacheSentenceFile).

int entity

Entity to emit from.

int channel

Channel to emit with.

int level

Sound level.

int flags

Sound flags.

float volume

Sound volume.

int pitch

Sound pitch.

int speakerentity

Unknown.

const float[3] origin

Sound origin.

const float[3] dir

Sound direction.

bool updatePos

Unknown (updates positions?)

float soundtime

Alternate time to play sound for.

any... ...

Optional list of Float[3] arrays to specify additional origins.

Errors

Invalid client index or client not in game.