Files
mmkrp_2026/addons/mc_quests/lua/entities/mqs_npc/shared.lua
2026-03-15 14:54:49 +03:00

16 lines
443 B
Lua

--leak by matveicher
--vk group - https://vk.com/gmodffdev
--steam - https://steamcommunity.com/profiles/76561198968457747/
--ds server - https://discord.gg/V329W7Ce8g
--ds - matveicher#5801
ENT.Type = "ai"
ENT.Base = "base_anim"
ENT.PrintName = "MQS Quest NPC"
ENT.Author = "Mactavish"
ENT.Spawnable = false
ENT.AdminSpawnable = true
function ENT:SetupDataTables()
self:NetworkVar("String", 0, "Namer")
self:NetworkVar("Int", 1, "UID")
end