💡Installation
Installation guide of Wallet System
Step 1: Move resource
Extract the zip you downloaded from keymaster and drop the stg_wallet folder in the resources folder.
Step 2: Install SQL files
Insert the stg_wallet/setup-files/data.sql file to your database.
Step 3: Install items
INSERT INTO `items` (`name`, `label`) VALUES
('wallet', 'Wallet');qb-core/shared/items.lua
['wallet'] 					 = {['name'] = 'wallet', 			  	  	  	['label'] = 'Wallet', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'wallet.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Wallet'},Step 5: Setup webhook
We need a discord webhook to take photos for the game. for the script to work properly you need to define your webhook in STG.webhook in stg_wallet/config.lua. if you don't know how to get a webhook you can learn it here.

Step 4: Start script
Start stg_wallet in server.cfg.
ensure stg_walletLast updated
