OnPlayerTalking

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
OnPlayerTalking

Type: Event
Context: Client
Introduced: v1.0.3

Description

Called when a player starts talking via VoIP.

Syntax

OnPlayerTalking(player)
  • player
    The player identifier.

Example

AddEvent("OnPlayerTalking", function(player)
	SetPlayerLipMovement(player)
end)

See also