Medic Kiosk

System Member
uploaded ago

Description

# Installation - Download ZIP from releases - Extract to [server directory]/garrysmod/addons - Run the server - The Medic Kiosk entity is automatically added to the TEAM_MEDIC job # Config ## In /darkrp_customthings/categories.lua DarkRP.createCategory { name = "Medic Kiosk", -- The name of the category. categorises = "entities", -- What it categorises. MUST be one of "jobs", "entities", "shipments", "weapons", "vehicles", "ammo". startExpanded = true, -- Whether the category is expanded when you open the F4 menu. color = Color(215, 180, 36, 255), -- The color of the category header. } # entities.lua DarkRP.createEntity("Medic Kiosk", { ent = "medic_kiosk", model = "models/props_lab/hevplate.mdl", price = 500, max = 2, cmd = "buymedickiosk", allowed = {TEAM_MEDIC}, category = "Medic Kiosk" }) DarkRP.createEntity("Medic Kiosk (Refill)", { ent = "medic_kiosk_refill", model = "models/healthvial.mdl", price = 100, max = 2, cmd = "buymedickioskrefill", allowed = {TEAM_MEDIC}, category = "Medic Kiosk" })`

0 user reviews

No reviews found :(

You must be logged in to leave a review.
This download has been scanned and checked and does not contain any malicous code.
Download Addon This addon has 35 downloads