Допустим есть вот такие функции
local pool_3dText = setmetatable({}, {__mode = "v"})
local rawget, rawset = table.rawget, table.rawset
function sampev.onCreate3DText(id, color, pos, dist, testLOS, attplayer, attveh, text)
-- print(id, text)
pool_3dText[id] = {
color = color...