💡Installation
Installation guide of Radio V2 System.
Step 1: Move resource
Step 2: Install SQL
Step 3: Add Items
INSERT INTO items (name, label)
VALUES
('radio', 'Radio'),
('jammer', 'Jammer');radio = { name = 'radio', label = 'Radio', weight = 2000, type = 'item', image = 'radio.png', unique = true, useable = true, shouldClose = true, description = 'You can communicate with this through a signal' },
jammer = { name = 'jammer', label = 'Jammer', weight = 2000, type = 'item', image = 'jammer.png', unique = true, useable = true, shouldClose = true, description = 'You can communicate with this through a signal' },['radio'] = {
label = 'Radio',
weight = 1000,
stack = false
},
['jammer'] = {
label = 'Jammer',
weight = 1000,
stack = false,
},Step 4: Start script
ensure stg-radiov2Last updated