Native referenceRedM

ADD_PED_TO_CONVERSATION

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

Usage

Lua (Direct):

AddPedToConversation(speakerConversationIndex, ped, voiceName)

Lua (Hash):

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