Files
wnsrc/gamemodes/ixhl2rp/schema/items/sh_trash_biolock.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

21 lines
558 B
Lua

--[[
| 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/
--]]
ITEM.name = "Broken Biolock"
ITEM.description = "Biolock but its broken. What a shame."
ITEM.category = "Junk"
ITEM.model = Model("models/willardnetworks/props_combine/wn_combine_lock.mdl")
ITEM.width = 1
ITEM.height = 2
ITEM.iconCam = {
pos = Vector(-0.5, 50, 2),
ang = Angle(0, 270, 0),
fov = 25.29
}