Installation
Resource
Source
Upload folder to your server
Server.cfg
start CORE
start ox_lib
-- # other resources
start 0r-atmrobbery
Localization
Items
Last updated
start CORE
start ox_lib
-- # other resources
start 0r-atmrobbery
Last updated
setr ox:locale en['heavy_rope'] = {
label = 'Heavy Rope',
weight = 500,
stack = true,
},
['atm_hack_tablet'] = {
label = 'Atm Hack Tablet',
weight = 1000,
stack = true,
},
['atm_hack_phone'] = {
label = 'Atm Hack Phone',
weight = 500,
close = true,
},heavy_rope = { name = 'heavy_rope', label = 'Heavy Rope', weight = 1000, type = 'item', image = 'heavy_rope.png', unique = false, useable = true, shouldClose = true, description = 'Heavy Rope' },
atm_hack_tablet = { name = 'atm_hack_tablet', label = 'ATM Hack Tablet', weight = 1000, type = 'item', image = 'atm_hack_tablet.png', unique = true, useable = true, shouldClose = true, description = 'Atm Hack Tablet' },
atm_hack_phone = { name = 'atm_hack_phone', label = 'ATM Hack Phone', weight = 500, type = 'item', image = 'atm_hack_phone.png', unique = true, useable = true, shouldClose = true, description = 'Atm Hack Phone' },