- 277
- 14
- Версия MoonLoader
- .026-beta
Lua:
require 'lib.moonloader'
function main()
while not isSampAvailable() do wait(0) end
while true do wait(0)
if wasKeyPressed(VK_R) and not sampIsCursorActive() then
sampProcessChatInput('/fogdist')
end
end
end
Код: