Недавнее содержимое от dyakaboy

  1. dyakaboy

    Вопросы по Lua скриптингу

    local vk = require('vkeys') function main() repeat wait(0) until isSampAvailable() while true do wait(0) if wasKeyPressed(vk.VK_I) and not sampIsChatInputActive() and not sampIsDialogActive() then sampSendPickedUpPickup(54) end if...