Нужен хелп
Как убрать иероглифы?
require "lib.moonloader"
local notf = import 'imgui_notf.lua'
local encoding = require 'encoding'
encoding.default = 'CP1251'
u8 = encoding.UTF8
function main()
while not isSampAvailable() do wait(0) end
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while true do
wait(0)
if not sampIsChatInputActive() then
if not sampIsDialogActive() then
if isKeyJustPressed(VK_R) then
sampSendChat("/healme")
notf.addNotification(string.format("Уведомление\n\nВы использовали аптечку"), 5)
end
end
end
end
end
P.S Не ебу в скриптинге от слова совсем