💡Installation

Installation guide of Gold Panning Script

Step 1: Move resource

Extract the zip you downloaded from cfx.re portalarrow-up-right and place the stg-goldpanning and stg-goldpanning-prop 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-images folder located in the [SETUP] directory.

INSERT INTO items (name, label, weight, rare, can_remove) VALUES ('gold_nugget', 'Gold Nugget', 0, 0, 1);
INSERT INTO items (name, label, weight, rare, can_remove) VALUES ('gold_pan', 'Gold Pan', 1, 0, 1);
INSERT INTO items (name, label, weight, rare, can_remove) VALUES ('purify_table', 'Purify Table', 1, 0, 1);

Step 3: 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.

ensure [STG]

Last updated