Over 10 years active!
 
HomeUseful information for Helbreath beginnersStatistics overviewSearchMemberlistGalleryRulesRegisterLog in

 

  [CODE] Habilitar F1 Para binds

Go down 
AuthorMessage
GM3


GM3

Silver
Earned after your first post and comment.
10th Anniversary
Earned for being a member of the community for 10 years.

Likes : 5

 [CODE] Habilitar F1 Para binds Empty
#1PostSubject: [CODE] Habilitar F1 Para binds    [CODE] Habilitar F1 Para binds 999108/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;
Back to top Go down
 
[CODE] Habilitar F1 Para binds
Back to top 
Page 1 of 1
 Similar topics
-
» [CODE] Colores para tu Noticement
» Code para ver items en el piso
» [CODE] ShorCut para el comando de Critical
» Sources de Helbreath 3.82
» Programa para editar

Permissions in this forum:You cannot reply to topics in this forum
JoinHelbreath.net :: Development :: Code Posting-
Jump to: