Stevo Scripts
  • Stevo Scripts
  • stevo lib
    • ๐Ÿ“šstevo_lib
      • Functions
        • Client Functions
        • Server Functions
      • Businesses
        • Logs
        • Server Functions
      • Skills
        • Server Functions
  • PAID SCRIPTS
    • ๐ŸชชBadges
      • Config
      • Installation
      • Dependencies
    • ๐Ÿ”ซstevo_claiming
      • Installation
      • Dependencies
    • ๐Ÿš—stevo_dmv
      • Installation
        • Items
      • Dependencies
      • Exports
    • ๐Ÿ‘ฎstevo_police
      • Installation
      • Exports
      • Dependencies
    • ๐Ÿ”“stevo_prison
      • Installation
        • Items
      • Dependencies
      • Config
      • Exports
    • ๐Ÿ’ฐstevo_supporter
    • ๐Ÿš stevo_vendors
      • Installation
      • Configuration
      • Dependencies
    • ๐Ÿขstevo_dealerships
      • Installation
      • Dependencies
      • Adding Vehicles
  • FREE SCRIPTS
    • ๐Ÿ“ฆstevo_cayocrates
      • Installation
      • Dependencies
    • ๐Ÿช“stevo_chopshop
      • Installation
      • Dependencies
    • ๐Ÿ›‚stevo_citizenship
      • Installation
      • Dependencies
    • ๐ŸŒฑstevo_drugsell
      • Installation
      • Dependencies
    • ๐Ÿ“‹stevo_feedback
      • Installation
      • Dependencies
    • ๐ŸŽstevo_fruitpicking
      • Installation
        • Items
      • Dependencies
    • ๐Ÿ‘ฎโ€โ™€๏ธstevo_policebadge
      • Installation
        • Items
      • Dependencies
    • ๐Ÿ› ๏ธstevo_portablecrafting
      • Installation
        • Items
      • Dependencies
    • ๐Ÿงผstevo_portablemoneywash
      • Installation
        • Items
      • Dependencies
    • ๐Ÿš”stevo_jobgarages
      • Installation
      • Dependencies
    • ๐Ÿ‘ปstevo_trickortreat
      • Installation
        • Items
      • Dependencies
    • ๐Ÿ‡stevo_advancedvineyard
      • Installation
        • Items
      • Dependencies
    • ๐Ÿšจstevo_reports
      • Installation
      • Dependencies
    • ๐Ÿงนstevo_communityservice
      • Installation
      • Dependencies
Powered by GitBook
On this page
  1. FREE SCRIPTS
  2. stevo_portablemoneywash
  3. Installation

Items

Installation guide for stevo_portablemoneywash

['oldmoneywash'] = {
    label = 'T100 Washer',
    weight = 250,
    stack = false,
},

['deluxemoneywash'] = {
    label = 'T2000 Washer',
    weight = 250,
    stack = false,
}
['oldmoneywash'] = {
    ['name'] = 'oldmoneywash',
    ['label'] = 'T100 Washer',
    ['weight'] = 250,
    ['type'] = 'item',
    ['image'] = 'oldmoneywash.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = "A basic money washer for handling smaller loads of dirty cash."
},

['deluxemoneywash'] = {
    ['name'] = 'deluxemoneywash',
    ['label'] = 'T2000 Washer',
    ['weight'] = 250,
    ['type'] = 'item',
    ['image'] = 'deluxemoneywash.png', 
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = "An advanced money washer for handling larger loads of dirty cash."
}
PreviousInstallationNextDependencies

Last updated 7 months ago

๐Ÿงผ