💡Installation
Installation guide of Smart Watch
Step 1: Move resource
Step 2: Install SQL files
Step 3: Add Images
Step 4: Add Items
INSERT INTO items (name, label)
VALUES
('watch_red', 'Smart Watch'),
('watch_white', 'Smart Watch'),
('watch_black', 'Smart Watch');watch_red = { name = 'watch_red', label = 'Smart Watch', weight = 2000, type = 'item', image = 'watch_red.png', unique = true, useable = true, shouldClose = true, description = 'A sleek red smart watch' },
watch_white = { name = 'watch_white', label = 'Smart Watch', weight = 2000, type = 'item', image = 'watch_white.png', unique = true, useable = true, shouldClose = true, description = 'A sleek white smart watch' },
watch_black = { name = 'watch_black', label = 'Smart Watch', weight = 2000, type = 'item', image = 'watch_black.png', unique = true, useable = true, shouldClose = true, description = 'A sleek black smart watch' },['watch_red'] = {
label = 'Smart Watch',
weight = 1000,
stack = false
},
['watch_white'] = {
label = 'Smart Watch',
weight = 1000,
stack = false,
},
['watch_black'] = {
label = 'Smart Watch',
weight = 1000,
stack = false,
},Step 5: Set VOIP System

Step 6: Start script
Last updated