otc3 keybinds
ss
void misc::keybind_list()
{
if (!g_cfg.misc.keybind_list)
return;
static int width, height;
m_engine()->GetScreenSize(width, height);
int x{ 15 };
int offset = 1;
render::get().rect_filled(x + 10, height / 2 + 11, 200, 5 + 11, { 10, 10, 10...