πΏInstallation
π Installation Guide
Follow these steps to install and configure ZeroBug PlayTime Shop (Remastered) on your server.
π¦ 1. Download via Keymaster
This script is protected using FiveMβs Asset Escrow system.
Visit your Keymaster dashboard.
Go to the Granted Assets section.
Find and download the script (
zr-playtime.zip
).
π 2. Extract & Install
Unzip the downloaded package.
Place the
zr-playtime
folder into your serverβsresources
directory.
π§Ύ 3. Add to server.cfg
server.cfg
In your server.cfg
, add the following line after your framework and SQL dependencies:
ensure zr-playtime
π 4. Configuration Files
All configuration is handled in:
zr-config/zr-config.lua
β reward intervals, coin values, shop items, deals, and notification integration.zr-config/zr-token.lua
β manages token-based systems like code redemption.zr-config/zr-utils.lua
β internal helpers (you typically donβt need to modify this).
π These files are fully editable, even with escrow protection.
π 5. Framework Auto-Detection
No need to specify your framework manually. The script detects and adapts to:
β QBCore
β QBox
β ESX
Just ensure your framework resource is started before this script.
β
6. You're Ready!
Start your server β the system initializes automatically:
SQL tables are created on first run
Players start earning coins immediately
Last updated