Tutorials

How to fix blue chat background?

How to use chat notifications in other scripts?

1.

How to fix blue chat background?

DO NOT DELETE THE SYSTEM_RESOURCES CHAT

  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

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)

Notification types:

Success Notification

Last updated