Nellored обновил(а) ресурс Key Strokes новой записью:
Сократил строки и упростил добавление новых
Узнать больше об этом обновлении...
Сократил строки и упростил добавление новых
AddKeyRectangle("text", key, x,y)
AddKeySquare("text",key,x,y)
Вот тута находятся клавиши
IN
Unlike Enums/BUTTON_CODE, these enums are abstracted to allow the user to bind actions to any key they might prefer. Keybinds using these actions work with two console commands, one starting with a plus and one with a minus symbol. A key press or release will call either the plus or minus...wiki.facepunch.com
Пример
AddKeyRectangle("W", IN_FORWARD, 35,0)
AddKeySquare("SHIFT",IN_SPEED,0,105)
Узнать больше об этом обновлении...