R_Store is a complete rebuild of the classic R-Scripts store, engineered in React for a fast, game-native interface. Players spend a custom credit balance on vehicles, weapons, items and cash packages — and you decide exactly what's on the shelves from a single config file.
Key features
Multi-framework out of the box. Works with ESX (including legacy 1.1), QBCore and QBX, with support for ox_inventory, qb-inventory and Quasar.
Tebex integration with automatic delivery. Sell credit packages on your webstore and have them delivered the moment a player pays. Players grab their license in-game with /storelicense and paste it at checkout — credits land online or offline, with no manual hand-outs.
One config-driven catalog. The entire storefront is one ordered list in config.lua — name, image, price, discount and badges. Add a product by adding a row. Prices are always re-validated server-side, so the store can't be tricked.
Four categories, your call. Vehicles, money packages, items and weapons — toggle any category on or off for a focused shop.
Lightning-fast search. Filter the catalog instantly by name, price or tag.
Sales & badges. Put any product on discount with a percentage off and strike-through pricing, and flag items as NEW, SALE or LIMITED.
Test drive before you buy. Let players take a vehicle for a spin from the store, with a configurable drive time and a per-player cooldown shown live on the button.
Purchase history. Every player can review their past purchases — item, type, quantity, cost and date — saved in your database.
r_casino integration. Share one credit currency across both resources and add a casino shortcut right in the store header.
Multi-language. Ships with English and Finnish and follows your ox:locale — add your own language with a simple locale file.
Your brand colour. Set a single accent hex in the config to match your server's style.
NPC & blip. A fully customizable storekeeper NPC (model, scenario, location) and an optional map blip, plus a rebindable hotkey (default F4) and a /store command.
Built-in commands
/store
Open the store — also via the NPC or the hotkey.
/storelicense
Copy your license for Tebex purchases.
/giveCredits
Admin / console: grant credits to a player.
Developer-friendly
Server exports. Add, remove and read a player's credit balance — integrate with any resource (donations, rewards, minigames).
Server-side price validation. On every purchase.
SQL auto-insert. Creates its tables on first start, with a debug mode for easy troubleshooting.