Native referenceRedM

SET_AMBIENT_VOICE_NAME

0x6C8065A3B780185B AUDIO
FUNCTION SIGNATURE
void SET_AMBIENT_VOICE_NAME(Ped ped, char* voiceName);
Property Value
Native Name SET_AMBIENT_VOICE_NAME
Hash 0x6C8065A3B780185B
Return Type void
Build 1207
Parameters ped (Ped), voiceName (char*)

Description: Sets the specified ped to use a specific voice different to the one associated with their model.

Usage

Lua (Direct):

SetAmbientVoiceName(ped, voiceName)

Lua (Hash):

Citizen.InvokeNative(0x6C8065A3B780185B, ped, voiceName)
Back to AUDIO