🗣️HRNPCDialogue

NPC dialogue system with custom design

Installation

  • Download the dependency HRLib

  • Download HRNPCDialogue

  • Write this in your server.cfg: start HRLib start HRNPCDialog

Preview

External Connections

Client Export

Callback

Parameters

  • targetPed: integer?

    • the ped, the camera must be focused on

  • options: HRNPCDialgueOptions

    • dialgue settings/options

  • createPed: { model: string|integer, animation: { dict: string, anim: string }?, coords: vector4 }?

    • feature that allows you to create a ped directly with this function

Example

Last updated