πŸ’Ώ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.

  1. Visit your Keymaster dashboard.

  2. Go to the Granted Assets section.

  3. Find and download the script (zr-playtime.zip).

πŸ“ 2. Extract & Install

  1. Unzip the downloaded package.

  2. Place the zr-playtime folder into your server’s resources directory.

🧾 3. Add to 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