Arius Scripts
  • Resources
    • 🚘Arius Vehicleshop
      • ðŸ’ŧInstalation
      • 📰Configuration
      • ðŸŽĨPreview
    • ðŸ‘ŪArius Policejob
      • ðŸ’ŧInstallation
      • 📰Configuration
      • ðŸŽŊSuspect Interactions
      • 🔷Interactions
    • ðŸ’ļArius Billing
      • ðŸ’ŧInstallation
  • 🚑Arius Ambulancejob
    • ðŸ’ŧInstallation
    • 📰Configuration
      • ðŸĨAdd Hospitals
      • ðŸ‡ŦðŸ‡ēHospital Zone
      • ðŸ“ĶAdd Stashes
      • 🛒Add Shops
      • 🚗Add Garages
      • ðŸĶīAdd Injuries
    • ⚡Exports & Events
  • ðŸĶŒArius Hunting
    • ðŸ’ŧInstallation
    • 📰Configuration
      • ðŸŽŊTarget Setup
      • 🔓Aim Block
      • ⛹Campfire
      • ðŸđHunting Zones
Powered by GitBook
On this page
  1. Arius Ambulancejob
  2. Configuration

Add Stashes

stash = {
    ['ems_stash_1'] = {
        slots = 50,
	weight = 50, -- kg
	min_grade = 0,
	label = 'Ems stash',
	shared = true, -- false if you want to make everyone has a personal stash
	pos = vector3(309.96, -599.2, 43.28)
    },
   ['ems_stash_2'] = {
        slots = 25,
	weight = 150, -- kg
	min_grade = 0,
	label = 'Ems stash2',
	shared = false, -- false if you want to make everyone has a personal stash
	pos = vector3(309.96, -599.2, 43.28)
    },
   ['ems_stash_3'] = {
        slots = 10,
	weight = 520, -- kg
	min_grade = 0,
	label = 'Ems stash3',
	shared = true, -- false if you want to make everyone has a personal stash
	pos = vector3(309.96, -599.2, 43.28)
    },
},

Last updated 1 year ago

🚑
📰
ðŸ“Ķ