Native referenceRedM

_GET_LAST_PLAYED_SPEECH_FOR_PED

0x6BFFB7C276866996 AUDIO
FUNCTION SIGNATURE
Hash _GET_LAST_PLAYED_SPEECH_FOR_PED(`ped` (Ped));

Description: Gets the hash for the last played speech line.

Property Value
Native Name _GET_LAST_PLAYED_SPEECH_FOR_PED
Hash 0x6BFFB7C276866996
Return Type Hash
API Set client
Build 1207
Parameters ped (Ped)

Parameters

  • ped (Ped)

Usage

Lua (Direct):

local result = GetLastPlayedSpeechForPed(ped)

Lua (Hash):

local result = Citizen.InvokeNative(0x6BFFB7C276866996, ped)

Back to AUDIO