[STANDALONE] RCO-Dialog

[STANDALONE] RCO-Dialog

This item is free.

Add to Basket

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!