๐ฟ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
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:
The {transaction} parameter will automatically be replaced with the transaction ID


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