- 16
- 5
Нужно добавить проверку в код на отсутствие данных окон с Аризоны. Подскажите какие это строчки или как узнать их
Lua:
function main()
while true do
wait(0)
if testCheat('arzoff') then SV() end
if not check and not sampIsDialogActive() and not sampIsChatInputActive() and not isSampfuncsConsoleActive() and not sampTextdrawIsExists(idt) then
ffi.C.SetCursorPos(sx/2, sy/2)
end
end
end