Files
wnsrc/lua/entities/chipslays3/shared.lua
lifestorm 94063e4369 Upload
2024-08-04 22:55:00 +03:00

28 lines
615 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/
--]]
ENT.Type = "anim"
ENT.Base = "base_gmodentity"
ENT.PrintName = "Chips - Lays Barbeque"
ENT.Author = "SaDow4100"
ENT.Contact = "Steam"
ENT.Purpose = "A bag of Lays"
ENT.Instructions = "E"
ENT.Category = "Food"
ENT.Spawnable = true
ENT.AdminSpawnable = true
function ENT:SetupModel()
self.Entity:SetModel("models/FoodNHouseholdItems/chipslays3.mdl")
end