- 5
- 1
- Версия MoonLoader
- .027.0-preview
Здрасте, нужно как-то получить номер(id) клавиши нажатой в игре, в луа недавно и колхозить аля
как-то не хочется. Просьба, объясняйте все поподробнее т.к предвижу огромные строки скрипта и не понятно где начало а где конец)
Lua:
if isKeyJustPressed(VK_Q) then print("Q") end
if isKeyJustPressed(VK_W) then print("W") end
if isKeyJustPressed(VK_E) then print("E") end
if isKeyJustPressed(VK_R) then print("R") end
if isKeyJustPressed(VK_T) then print("T") end
if isKeyJustPressed(VK_Y) then print("Y") end
if isKeyJustPressed(VK_U) then print("U") end