- 24
- 6
Я рукожоп не могу добавить нормально проверку на чат.
Добавил if not sampIsChatInputActive() then скрипт перестал работать.
Поправьте меня, в интернетах не смог найти ответа.
p.s в закрепе рабочий скрипт без проверки.
Добавил if not sampIsChatInputActive() then скрипт перестал работать.
Поправьте меня, в интернетах не смог найти ответа.
SampFuncs:
[ML] (error) ObosatChushkov.lua: D:\Games\GTA San Andreas\moonloader\ObosatChushkov.lua:15: 'end' expected (to close 'function' at line 3) near '<eof>'
[ML] (error) ObosatChushkov.lua: Script died due to an error. (0F06356C)
ObosatChushkov.lua:
local vkeys = require 'vkeys'
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
if not sampIsChatInputActive() then
if isKeyJustPressed(vkeys.VK_F) then
sampSetSpecialAction(68)
end
end
end
p.s в закрепе рабочий скрипт без проверки.