я его уже переделал.
работает нормально
скинь код пж хочу переделать так чтоб писало при нажатии мой текст
пжпжппжпж
require 'lib.moonloader'
local sampev = require 'lib.samp.events'
local inicfg = require 'inicfg'
local imgui = require 'imgui'
local encoding = require 'encoding'
function main()
while not isSampAvailable() do wait(0) end
wait(1000)
sampAddChatMessage("[Armour by Krasadon]", 0x00DD00)
while true do wait(0)
if not scripts and isKeyDown(VK_1) then
sampSendChat("/armour")
wait(3000)
end
end
end