PreloadScriptConversation — FiveM Natives
0x3B3CAD6166916D87 · AUDIO · all
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
| Name | Type | Description |
|---|---|---|
| displaySubtitles | BOOL | |
| addToBriefScreen | BOOL | Defaults to true |
| cloneConversation | BOOL | Defaults to false |
| interruptible | BOOL | Defaults to true |
Returns
void