💡Installation

Installation guide of Card Game

Step 1: Move resource

Extract the zip you downloaded from keymaster and drop the stg_cardGame folder in the resources folder.

Step 2: Install items

INSERT INTO `items` (`name`, `label`) VALUES
('uno', 'Uno');

Step 3: Set bot token

The script needs a bot token to access players' discord profile pictures, you need to place it in the botToken section in stg_cardGame/settings.lua. if you don't know how to get a discord bot token, you can click here.

Step 4: Start script

Start stg_cardGame in server.cfg.

ensure stg_cardGame

Last updated