local eventcb, ui_set, ui_ref = client.set_event_callback, ui.set, ui.reference
local dtmode = ui_ref("RAGE", "Other", "Double tap mode")
eventcb("setup_command", function (cmd)
ui_set(dtmode, cmd.forwardmove == 0 and cmd.sidemove == 0 and...
local dtmode = ui_ref("RAGE", "Other", "Double tap mode")
eventcb("setup_command", function (cmd)
ui_set(dtmode, cmd.forwardmove == 0 and cmd.sidemove == 0 and...
You do not have permission to view the full content of this resource. Log in or register now.