💡Installation

Installation guide of Sticky Notes System.

Step 1: Move resource

Extract the zip you downloaded from cfx.re portalarrow-up-right and place the stg-stickynotes folder inside the [STG] folder in your resources directory.

Step 2: Add Items

ℹ️ it works with all inventories, I’ve just included a few examples.

🖼️ You can find the item images inside the item-image folder located in the [SETUP] directory.

INSERT INTO items (name, label)
VALUES 
    ('sticky_note', 'Sticky Note');

Step 3: Install SQL

Perform the installation of stg_stickynotes.sql in the [SETUP] directory.

Step 4: Install stg_lib

You can download stg_lib herearrow-up-right and read the installation guide here.

Step 5: Start Script

Start [STG] in server.cfg.

For the script to work properly, it would be better to place this at the very bottom of the scripts that are started.

Last updated