- 114
- 38
- Версия MoonLoader
- .026-beta
не работает почемуто vkeys. сама библиотека скачана, вот код всего скрипта
lua:
local key = require('vkeys')
function main()
while not isSampAvailable() do wait(0) end
sampAddChatMessage('хуй', -1)
while true do
wait(-1)
if wasKeyPressed(key.VK_K) then
sampAddChatMessage('жопа',-1)
end
end
end