Результаты поиска

  1. A

    Помогите по братски

    Короче надо чтобы при полете анимация тоже работала и при нажатии f убиралась script_name("sbiv.lua") script_author("koopsta") require "lib.moonloader" function main() if not isSampfuncsLoaded() or not isSampLoaded() then return end while not isSampAvailable() do wait(100) end...
  2. A

    Не могу вставить анимации в lua

    Не могу понять как script_name("sbiv.lua") script_author("koopsta") require "lib.moonloader" function main() if not isSampfuncsLoaded() or not isSampLoaded() then return end while not isSampAvailable() do wait(100) end sampAddChatMessage("[Info] Sbiv by k",FFFFFFFF) while true do...
  3. A

    Биндер на lua

    require ("lib.moonloader") function main () if not isSampfuncsLoaded() or not isSampLoaded() then return end while not isSampAvailable() do wait(100) end while true do wait(0) if wasKeyPressed(VK_Z) then local enabled = sampIsChatInputActive() local chat =...