require 'lib.moonloader'
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyDown(VK_MENU) and isKeyDown(0x48) and not sampIsChatInputActive() and not sampIsDialogActive()
and not isPauseMenuActive() and not isSampfuncsConsoleActive() then sampSendChat('/healme') wait(1000) end
end
end
не работает скрипт что делать
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyDown(VK_MENU) and isKeyDown(0x48) and not sampIsChatInputActive() and not sampIsDialogActive()
and not isPauseMenuActive() and not isSampfuncsConsoleActive() then sampSendChat('/healme') wait(1000) end
end
end
не работает скрипт что делать