Files
wnsrc/gamemodes/ixhl2rp/plugins/cigarettes/items/lighters/sh_zippolighter.lua

34 lines
802 B
Lua
Raw Normal View History

2024-08-05 18:40:29 +03:00
--[[
| 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 = "Zippo Lighter"
ITEM.model = Model("models/willardnetworks/cigarettes/zippo.mdl")
ITEM.description = "A quality metal lighter made to light up cigarettes."
ITEM.useSound = "willardnetworks/cigarettes/zippo.wav"
ITEM.maxDurability = 24
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-509.64, -427.61, 310.24),
ang = Angle(24.98, 400.03, 0),
fov = 0.29
}
ITEM.holdData = {
vectorOffset = {
right = 0,
up = 0,
forward = 0
},
angleOffset = {
right = 0,
up = 0,
forward = 0
},
}