D
deleted-user-311312
Гость
Автор темы
Lua:
script_name('RadmirRP Bind Voice Chat')
require "lib.moonloader" -- Подключение библиотеки
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
if isKeyDown(VK_XBUTTON1) then
setVirtualKeyDown(VK_U, true)
elseif not isKeyDown(VK_XBUTTON1) then
setVirtualKeyDown(VK_U, false)
end
end
end
Не могу в чате переключить язык из-за скрипта
что не так?