if not sampIsCursorActive() and not sampIsChatInputActive() and not isPauseMenuActive() and not isSampfuncsConsoleActive() then
if isKeyDown(VK_LMENU) and isKeyJustPressed(VK_NUMPAD1) then
sampSendChat("/usedrugs 1")
end
if isKeyDown(VK_LMENU) and isKeyJustPressed(VK_NUMPAD2) then
sampSendChat("/usedrugs 2")
end
if isKeyDown(VK_LMENU) and isKeyJustPressed(VK_NUMPAD3) then
sampSendChat("/usedrugs 3")
end
end