From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0x3B3CAD6166916D87.md

AUDIO Natives

PRELOAD_SCRIPT_CONVERSATION

Property Value
Native Name PRELOAD_SCRIPT_CONVERSATION
Hash 0x3B3CAD6166916D87
Return Type void
Parameters displaySubtitles (BOOL), addToBriefScreen (BOOL), cloneConversation (BOOL), interruptible (BOOL)

Description: Similar to START_SCRIPT_CONVERSATION, except that is starts the conversation off paused.

A scripter can then kick off the conversation by calling START_PRELOADED_CONVERSATION.

If they want to check that the conversation is done preloading, they can use GET_IS_PRELOADED_CONVERSATION_READY

Parameters

  • displaySubtitles (BOOL)
  • addToBriefScreen (BOOL) — Defaults to true
  • cloneConversation (BOOL) — Defaults to false
  • interruptible (BOOL) — Defaults to true
Back to documentation