GM3
Silver
Earned after your first post and comment.
10th Anniversary
Earned after being a member for 10 years.
Likes : 5
| #1Subject: [CODE] Habilitar F1 Para binds 8/20/2013, 9:53 pm | |
| En SRC del Cliente, buscar este case: - Code:
-
case VK_F1: if (m_bInputStatus) return; if (m_bIsDialogEnabled[35] == FALSE) // 35 CLEROTH EnableDialogBox(35, NULL, NULL, NULL); else { DisableDialogBox(35); DisableDialogBox(18); } break; Y lo Reemplazas por: - Code:
-
case VK_F1: UseShortCut( 0 ); break; |
|