[RSGV2/VORP] RCO Chat

[RSGV2/VORP] RCO Chat

€4.99

Add to Basket

complete and modern chat system for RedM, featuring multiple channels, smooth animations, customizable history, and framework integration.
Built with React + TypeScript (NUI).


:rocket: Key Features

:art: Modern Interface

  • UI built with React + TypeScript
  • Inspired by RDR2 HUD design
  • Smooth open/close animations
  • Custom input box with themed background
  • Chat history with fading effect & infinite scroll

:speech_balloon: Communication Channels

  • Commands → dedicated channel for /commands
  • OOC → global out-of-character chat
  • OOC Local → local OOC within a configurable radius (Config.LocalRadius)
  • /me → character actions, yellow text + 3D text above head
  • /do → environment descriptions, red text + 3D text above head

All channels can be enabled/disabled in config.lua .

:mag_right: Command Suggestions

  • Auto-suggestions when typing /
  • Smart filtering while typing
  • Custom icons for each suggestion
  • Automatic updates for available commands

:joystick: Controls & Navigation

  • Switch channels with [TAB]
  • Chat history with auto-close option
  • Infinite scroll for older messages
  • Re-send recent messages with ↑↓ keys
  • Close chat with ESC

:earth_africa: Localization

  • Multi-language support (Config.Locale)
  • JSON-based translations (pt-br, en, es , etc…)
  • Channel-specific placeholders

:shield: Security & Control

  • Anti-spam protection (SpamCooldownSpamThreshold)
  • Message length limit (MaxLength)
  • Permission system with AceAllowed
  • Framework notifications: VORP, RedEM, QBR, RSG, QR, RPX

:gear: Configuration (config.lua)

Config = {
  OOC = true,         -- Enable OOC channel
  OOCLocal = true,    -- Enable OOC Local channel
  ME = true,          -- Enable /me
  DO = true,          -- Enable /do
  LocalRadius = 10.0, -- Local chat radius in meters
  METext3DDuration = 6, -- /me 3D text duration (seconds)
  DOText3DDuration = 6, -- /do 3D text duration (seconds)
  Locale = 'en',
  Debug = false
}

:wrench: Dependencies

  • jo_libs
  • ox_lib

:camera_flash: Visual Features

  • Stylish message backgrounds
  • Animated slide-in/out for chat history and messages
  • Minimal custom scrollbar
  • Unique icons for command suggestions

:white_check_mark: Why Choose RCO Chat?

:heavy_check_mark: Modern, lightweight UI (React + animated CSS)
:heavy_check_mark: Fully configurable multi-channel system
:heavy_check_mark: Framework integrations (RSG, VORP, RedEM, etc.)
:heavy_check_mark: Smart chat history with auto-close
:heavy_check_mark: Immersive 3D text for /me and /do
:heavy_check_mark: Anti-spam protections & permission system