dobrograd-13-06-2022/garrysmod/addons/gmod-tools/lua/entities/textscreen/shared.lua

12 lines
243 B
Lua
Raw Normal View History

2023-11-16 15:01:19 +05:00
ENT.Type = "anim"
ENT.Base = "base_gmodentity"
ENT.PrintName = "Textscreen"
ENT.Author = ""
ENT.Spawnable = true
ENT.AdminSpawnable = false
ENT.Tool = 'textscreen'
function ENT:SetupDataTables()
self:NetworkVar("Bool", 0, "IsPersisted")
end