Items
Lua For Itmes
['door'] = {
label = 'Vehicle Door',
description = '',
weight = 500,
stack = false,
},
['hood'] = {
label = 'Vehicle Hood',
description = '',
weight = 500,
stack = false,
},
['trunk'] = {
label = 'Vehicle Trunk',
description = '',
weight = 500,
stack = false,
},
['wheel'] = {
label = 'Vehicle Wheel',
description = '',
weight = 500,
stack = false,
},
['battery'] = {
label = 'Vehicle Battery',
description = '',
weight = 500,
stack = false,
},
['exhaust'] = {
label = 'Vehicle Exhaust',
description = '',
weight = 500,
stack = false,
},
['saw'] = {
label = 'Saw',
description = '',
weight = 500,
stack = false,
},Lua For Weapons
Last updated