FivecodeDocs
DiscordTebex StoreYoutube
  • Welcome
  • Scripts
    • Fivecode Clothing
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Armor
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Carkeys
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Roleplay Chat
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Camping
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Burger Shot Job
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode UWU Cat Cafe Job
      • Installation Guide
      • Config file
      • Tutorials
    • Fivecode Vanilla Unicorn Job
      • Installation Guide
      • Config file
      • Tutorials
  • Tutorials
    • Fivem escrow System
      • Error parsing script ... <\1>
      • Failed to verify protected resource
Powered by GitBook
On this page

Was this helpful?

  1. Scripts
  2. Fivecode Roleplay Chat

Tutorials

PreviousConfig fileNextFivecode Camping

Last updated 3 months ago

Was this helpful?

1.

How to fix blue chat background?

DO NOT DELETE THE SYSTEM_RESOURCES CHAT

  1. Download chat file from the .

  2. Add the following into server.cfg, make sure chat resource starts before fivecode_rpchat

    ensure chat
    ensure fivecode_rpchat

If default chat box is still present do the following:

  1. Go into server.cfg server file and change the following

    original:
    set resources_useSystemChat true
    
    changed:
    set resources_useSystemChat false

2.

Use chat notifications in other scripts:

-- 1: Notification Type - (success, info, error)
-- 2: Notification message
-- 3: If true everyone in the server will see this message.

exports.fivecode_rpchat:Notify(type, message, everyone)
-- 1: Player source
-- 2: Notification Type - (success, info, error)
-- 3: Notification message
-- 4: If true everyone in the server will see this message.

exports.fivecode_rpchat:Notify(source, type, message, everyone)

Notification types:

Success Notification

Info Notification

Error Notification

Installation Guide
How to fix blue chat background?
How to use chat notifications in other scripts?
Config.ChatStyle = 'styleModern2'
Config.ChatStyle = 'styleModern'
Config.ChatStyle = 'styleNormal'
Config.ChatStyle = 'styleModern2'
Config.ChatStyle = 'styleModern'
Config.ChatStyle = 'styleNormal'
Config.ChatStyle = 'styleModern2'
Config.ChatStyle = 'styleModern'
Config.ChatStyle = 'styleNormal'