💡Installation

Installation guide of Smart Watch

Step 1: Move resource

Extract the zip you downloaded from keymaster and drop the stg-smartwatch folder in the resources folder.

Step 2: Install SQL files

Insert the [SETUP]/[SQL]/esx.sql or setup-files/[SQL]/qb.sql file to your database.

Step 3: Add Images

Don't forget to add the images in [SETUP]/images-for-inventory to your inventory!

Step 4: Add Items

INSERT INTO items (name, label)
VALUES 
    ('watch_red', 'Smart Watch'),
    ('watch_white', 'Smart Watch'),
    ('watch_black', 'Smart Watch');

Step 5: Set VOIP System

if the voip script you are using is not here please let us know on discord and we will quickly add it for you!

Step 6: Start script

Start stg-smartwatch in server.cfg.

ensure stg-smartwatch

Last updated