mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
28
lua/entities/mcdmeal2/shared.lua
Normal file
28
lua/entities/mcdmeal2/shared.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
--[[
|
||||
| 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 = "McDonalds Meal"
|
||||
ENT.Author = "SaDow4100"
|
||||
ENT.Contact = "Steam"
|
||||
ENT.Purpose = "A McDonalds Meal"
|
||||
ENT.Instructions = "E"
|
||||
ENT.Category = "Food"
|
||||
|
||||
ENT.Spawnable = true
|
||||
ENT.AdminSpawnable = true
|
||||
|
||||
function ENT:SetupModel()
|
||||
|
||||
self.Entity:SetModel("models/FoodNHouseholdItems/mcdmeal2.mdl")
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user