Tutorials

How to fix blue chat background?

How to create a custom message with an export?

How to use chat notifications in other scripts?

1.

circle-info

How to fix blue chat background?

triangle-exclamation
  1. Download chat file from the Installation Guide.

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

    ensure chat
    ensure fivecode_rpchat
circle-exclamation
  1. Go into server.cfg server file and change the following

    original:
    set resources_useSystemChat true
    
    changed:
    set resources_useSystemChat false

2.

circle-info

How to create a custom message with an export?

3.

circle-info

Use chat notifications in other scripts:

circle-info

Notification types:

circle-check
Config.ChatStyle = 'styleModern2'
Config.ChatStyle = 'styleModern'
Config.ChatStyle = 'styleNormal'

Last updated