- 521
- 162
- Версия MoonLoader
- .026-beta
Не могу понять почему кидает цифры а не текст
LUA:
local new, str, sizeof = imgui.new, ffi.string, ffi.sizeof
local textBuffer = new.char[256]()
--mimgui--
if imgui.InputText(u8"Первая строка", textBuffer, sizeof(textBuffer)) then end
if imgui.Button(u8'Отправить') then
sampAddChatMessage(u8:decode(textBuffer[0]), -1)
end