Как сделать при нажатии двух клавиш бинд?

lontumiarn

Известный
Автор темы
344
58
1:
if isKeyJustPressed(VK_MENU) and isKeyJustPressed(VK_1) and not sampIsChatInputActive() and not sampIsDialogActive() and not isPauseMenuActive() and not isSampfuncsConsoleActive() then sampSendChat("/usedrugs 1") end

Не отправляет команду почему-то.

UPD: нажимаю ALT + 1
 

lontumiarn

Известный
Автор темы
344
58
Lua:
 if isKeyDown(VK_MENU) and wasKeyPressed(VK_1)
все равно ничего не работает.
другие бинды на одну кнопку работают, а этот нет.

1626035480364.png



UPD: все уже, спасибо.