Advanced NPC dialog system with cinematic camera, interactive buttons, and modern React UI. Fully customizable, API-ready, and integrated with ox_lib for immersive conversations.Β
β¨ Key Features:
π· Automatic Camera Management β cinematic framing for NPC and player
π¬ Interactive Dialogs β multiple buttons with custom callbacks
π¨ Modern UI β smooth, responsive, and user-friendly
π Simple API β
showDialog,hideDialog, and click/close events
π¦ Requirements:
π§ Example Usage:
exports["rco-dialogs"]:showDialog({ npc = shopkeeper, name = { text = "Shopkeeper" }, message = { text = "Welcome to my shop!" }, buttons = { { message = "Buy Items", onSelect = function() -- open shop end }, { message = "Leave", onSelect = function() exports["rco-dialogs"]:hideDialog() end } } })Β Bring NPC interactions on your RedM server to the next level with immersive, dynamic conversations!