💡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
('cardgame', 'Card Game');qb-core/shared/items.lua
['cardgame'] = {['name'] = 'cardgame', ['label'] = 'Card Game', ['weight'] = 100, ['type'] = 'item', ['image'] = 'cardgame.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Card Game'},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-cardgameLast updated