mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
26
gamemodes/ixhl2rp/plugins/rave/items/sh_rave.lua
Normal file
26
gamemodes/ixhl2rp/plugins/rave/items/sh_rave.lua
Normal file
@@ -0,0 +1,26 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
-- Original item by Xalphox, used on HL2RP with his permission
|
||||
|
||||
ITEM.name = "RAVE"
|
||||
ITEM.model = Model("models/willardnetworks/skills/medx.mdl")
|
||||
ITEM.description = "A hallucinogenic party drug designed to induce the powerful sensation of being in a rave."
|
||||
ITEM.category = "Drugs"
|
||||
|
||||
ITEM.colorAppendix = {["red"] = "EPILEPSY WARNING! Lots of flashing colors upon using this."}
|
||||
|
||||
local PLUGIN = PLUGIN
|
||||
ITEM.functions.Consume = {
|
||||
OnRun = function (item)
|
||||
PLUGIN:Apply(item.player)
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user