HolyLib Wiki

voicechat.SendEmptyData

  voicechat.SendEmptyData( ClientArg(CBaseClient or Player or number) ply, number plySlot = ply:EntIndex() - 1 )

Description

Sends a empty voice data to the given client.

Recently Changed

This was recently changed in version (0.8 - DEV).

The ply argument was changed from previously accepting only Player to now accepting all ClientArg

Arguments

1ClientArg(CBaseClient or Player or number) ply

The Player to send the Voice Data to.

2number plySlot = ply:EntIndex() - 1

The Player slot that should be used in the voice data. Defaults to the given player