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 Shops

pharmacy = {
	["ems_shop_1"] = {
		job = true,
		label = "Pharmacy",
		grade = 0, -- works only if job true
		pos = vector3(315.5516, -598.6013, 43.2918),
		blip = {
			enable = false,
			name = 'Pharmacy',
			type = 61,
			scale = 0.7,
			color = 2,
			pos = vector3(315.5516, -598.6013, 43.2918),
		},
		items = {
			{ name = 'medicalbag',    price = 10 },
			{ name = 'bandage',       price = 10 },
			{ name = 'defibrillator', price = 10 },
			{ name = 'tweezers',      price = 10 },
			{ name = 'burncream',     price = 10 },
			{ name = 'suturekit',     price = 10 },
			{ name = 'icepack',       price = 10 },
		}
	},
	["ems_shop_2"] = {
		job = false,
		label = "Pharmacy",
		grade = 0, -- works only if job true
		pos = vector3(303.84, -597.6, 43.28),
		blip = {
			enable = true,
			name = 'Pharmacy',
			type = 61,
			scale = 0.7,
			color = 2,
			pos = vector3(303.84, -597.6, 43.28),
		},
		items = {
			{ name = 'bandage', price = 10 },
		}
	},
	["ems_shop_3"] = {
		job = true,
		label = "Pharmacy",
		grade = 0, -- works only if job true
		pos = vector3(303.84, -597.6, 43.28),
		blip = {
			enable = true,
			name = 'Pharmacy',
			type = 61,
			scale = 0.7,
			color = 2,
			pos = vector3(303.84, -597.6, 43.28),
		},
		items = {
			{ name = 'bandage', price = 10 },
		}
	},
},

Last updated 1 year ago

🚑
📰
🛒