Skip to main content

Prerequisites

Before installing R_Store, ensure you have:
1

Required Dependencies

  • ox_lib - UI and utilities
  • oxmysql - Database operations
  • Framework - ESX, QBCore, or QBX

Installation Steps

1

Download & Extract

  1. Download R_Store from your cfx.re portal
  2. Extract the folder to your server’s resources directory
  3. Ensure the folder is named r_store
2

Database Setup

Choose one of the following methods:

Method 1: Manual Import

Import the .sql file from the r_store folder into your database.
  1. Open config.lua
  2. Set R.EnableAutoinsert = true
  3. Start the resource
  4. Set R.EnableAutoinsert = false after tables are created (if you wish)
3

Configure Framework

Open config.lua and configure your framework:
4

Configure Target (Optional)

If you use a target system:
If you don’t use target:
5

Add to server.cfg

Add r_store to your server.cfg after dependencies:
Order matters! Ensure dependencies are loaded before r_store.

Next Steps

Configuration Guide

Customize your store settings

Learn About Exports

Integrate with other resources

Troubleshooting

Having issues? Check common problems:

Common Issues

View troubleshooting guide