💿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-playtimefolder into your server’sresourcesdirectory.
🧾 3. Add to server.cfg
server.cfgIn 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. Tebex Integration
This video will clarify the next steps explained.
After having your FiveM Server linked to your Tebex Store you can go ahead and for each package, follow these instructions:
☑️ Setting Up the Coins Purchase Package
Go to your Tebex Control Panel
Create a new package for Earning 100 Coins for example
Set a price (e.g.,
$10 for 100 Coins)Go to the “Package Settings” tab
Choose "Game Server Commands" as the Deliverable Type
Under "Game Command", add the following command:
Example : ptr_generatecode {transaction} 100
The {transaction} parameter will automatically be replaced with the transaction ID
The amount parameter should be the number of coins you want to give


Open the settings icon located on the right side of the command block.

When the configuration panel appears, update the “Require Player To Be Online” option to allow the command to run even if the player is offline, then save your changes.
✅ Setup Complete! Your Tebex integration is now fully configured. Whenever a player purchases the package you created, they will receive a transaction ID after checkout. This transaction ID can then be entered by the player into the redeem code field to claim their purchase.
When a player purchases the package:
They will receive an email with the transaction ID
They can enter that transaction id under the in-game menu
They will receive the 100 Coins linked to your tebex package
🔍 6. 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.
✅ 7. You're Ready!
Start your server — the system initializes automatically:
SQL tables are created on first run
Players start earning coins immediately
Last updated