Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
Привет. Шарящие ребята, сделайте мне, пожалуйста, простой lua скрипт для EVOLVE RP. Сделайте плиз бинд на alt+1 команду /time, а на alt+2 в чат @icemxxn. Я не знаю, помогают ли тут люди с написанием скриптов. Заранее огромное спасибо.
require 'moonloader'
function main()
while not isSampAvailable() wait(100) return end
while true do
if not sampIsChatInputActive() and isKeyDown(VK_MENU) then
if isKeyJustPressed(VK_1) then
sampSendChat('/time')
end
if isKeyJustPressed(VK_2) then
sampSendChat('@icemxxn')
end
end
wait(0)
end
end
require 'moonloader'
function main()
while not isSampAvailable() wait(100) return end
while true do
if not sampIsChatInputActive() and isKeyDown(VK_MENU) then
if isKeyJustPressed(VK_1) then
sampSendChat('/time')
end
if isKeyJustPressed(VK_2) then
sampSendChat('@icemxxn')
end
end
wait(0)
end
end