Skip to main content
1

Download Stock Trading

Visit the FiveM Keymaster and download the latest version of Revo Stock Trading. Save the script to your computer.
2

Add to Resources

Place the downloaded revo_stocktrading folder inside your server’s resources directory.
3

Import Required SQL Files

Import the following SQL files into your server database in this exact order:
  • stocks.sql
  • trade_users.sql
  • trade_daily_limits.sql
  • trades.sql
Import the SQL files in the specified order to ensure proper table relationships and foreign key constraints.
4

Configure server.cfg

Ensure dependencies and the resource are started in the correct order:
5

Add Trading Tablet to Your Inventory System

Revo Stock Trading supports the following inventory systems. Choose the one you’re using and follow the corresponding instructions:
Open your ox_inventory/data/items.lua file and add the following items:
Add images (from items-images folder of revo_stocktrading) to: ox_inventory/web/images/
  • revo_trading_tablet.png
6

Start the Resource

Restart your server or run these commands in the server console:
Make sure your inventory system is restarted after adding the trading tablet item to load the new item properly.