- 80
- 3
Нарушение правил раздела
- Версия MoonLoader
- .026-beta
Lua:
local text_buffer = imgui.ImBuffer(256)
--ondrawframe
-------
imgui.InputText(u8"тэг", text_buffer)
if imgui.Button(u8"Начало", imgui.ImVec2(220, 30))then
lua_thread.create(function()
sampSendChat("/gov ["..text_buffer.."] Приветствую штат! минутку внимание.")
wait(2000)
sampSendChat("/gov ["..text_buffer.."] text")
end)
end
ошибка:
attempt to concatenate upvalue 'text_buffer' (a userdata value)
stack traceback: