сбив /time на Q

KekLol222

Участник
Автор темы
121
14
Ищу сбив на Q командой /time. Так сказать просто биндер на /time на кнопку Q
 

KekLol222

Участник
Автор темы
121
14
Формат какой ?

lua:
script_name("test")
script_author("Raise")

function main()
    while not isSampAvailable() do wait(0) end
    while true do
        wait(0)
        if isKeyJustPressed(81) then
            sampSendChat("/time")
        end
    end
end

ahk:
End::
Reload
return

F3::
SendMessage, 0x50,, 0x4190419,, A
SendInput, {F6}/time{Enter}
Return
луа