Audio::playPedAmbientSpeechAndCloneNative

From RAGE Multiplayer Wiki
Revision as of 11:03, 13 August 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''speechName:''' {{RageType|string}} *'''speechParam:''' {{RageType|string}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.playPedAmbientSpeechAndCloneNative(ped, speechName, speechParam, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighligh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • ped: number
  • speechName: string
  • speechParam: string
  • p3: number

Return value

  • void

Syntax

mp.game.audio.playPedAmbientSpeechAndCloneNative(ped, speechName, speechParam, p3)

Example

//todo


See also