Installation
1. Download the resource
Download gg_coinshop from your Cfx.re portalOpens your granted assets filtered to this script. Sign in with the Cfx.re account that bought it.Open portalDownload the latest version there, then extract it into your server's resources folder. Keep the folder name gg_coinshop.
2. Prepare your server
These need to be installed and started before the script. Skip any you already run:
The script includes its own framework and inventory bridges. Check what is supported.
3. Configure and start
Review the configuration files included with the resource and adjust the settings for your server.
Keep your framework and existing server integrations running before this resource. Add these lines to server.cfg in this order; skip duplicate entries for resources you already start:
ensure oxmysql
ensure ox_lib
ensure gg_coinshop
Database tables are created automatically by this script.
Set admin permissions
File: gg_coinshop/config/server/server.lua
Add your license2 to the admins table:
cfg.server.admins = {
["license2:your_license_here"] = true,
}
How to get your license2:
- Open txAdmin
- Go to Players
- Find yourself and copy your
license2identifier
Done.
Check it works
Start the resource, check the server console, and test it in game. Stuck? Ask in the Discord with your script name, framework, inventory, and the exact error.
Ask in the Discord with your script name, framework, and the exact error.

