Trogclodita Director de Tropas
Cantidad de envíos : 144 Fecha de inscripción : 18/07/2013
| Tema: Aporte- Solucionar Click derecho ( Seventh AO 2.7) 13.3 Mar Ago 06, 2013 4:16 am | |
| Explicación : Soluciona el bug que cuando haces click derecho se te desloguea . Buscamos : - Código:
-
Public Sub WriteRightClick(ByVal X As Byte, ByVal Y As Byte) Y borramos todo hasta el end sub, sería todo esto : - Código:
-
' ' Writes the "RightClick" message to the outgoing data buffer. ' ' @param x Tile coord in the x-axis in which the user clicked. ' @param y Tile coord in the y-axis in which the user clicked. ' @remarks The data is not actually sent until the buffer is properly flushed. Public Sub WriteRightClick(ByVal X As Byte, ByVal Y As Byte) '*************************************************** 'Author: ZaMa 'Last Modification: 15/05/2011 'Writes the "RightClick" message to the outgoing data buffer '*************************************************** With outgoingData Call .WriteByte(ClientPacketID.RightClick) Call .WriteByte(X) Call .WriteByte(Y) End With End Sub Saludos. FUENTE: .YO | |
|
GM-PekeMixz Capitan Primero
Cantidad de envíos : 81 Fecha de inscripción : 24/07/2013 Edad : 26 Localización : Boulogne
| Tema: Re: Aporte- Solucionar Click derecho ( Seventh AO 2.7) 13.3 Mar Ago 06, 2013 12:24 pm | |
| buen aporte me va a servir xq siempre me jodió eso :p
Seguí así...
| |
|
Duffi Principante
Cantidad de envíos : 20 Fecha de inscripción : 22/07/2013
| Tema: Re: Aporte- Solucionar Click derecho ( Seventh AO 2.7) 13.3 Mar Ago 06, 2013 1:50 pm | |
| demasiado simple el aporte | |
|
WhoTeR Director de Tropas
Cantidad de envíos : 143 Fecha de inscripción : 28/07/2013
| Tema: Re: Aporte- Solucionar Click derecho ( Seventh AO 2.7) 13.3 Mar Ago 06, 2013 2:56 pm | |
| - Duffi escribió:
- demasiado simple el aporte
es simple pero para los que no saven programar. | |
|
ZankuR Director
Cantidad de envíos : 107 Fecha de inscripción : 19/07/2013
| Tema: Re: Aporte- Solucionar Click derecho ( Seventh AO 2.7) 13.3 Mar Ago 06, 2013 11:31 pm | |
| Ami me gusto mucho para mi que los creadores de este ao seventh Ao le pusieron eso para el cheat celtic que se potea rapido con el click derecho saludos! | |
|
Trogclodita Director de Tropas
Cantidad de envíos : 144 Fecha de inscripción : 18/07/2013
| Tema: Re: Aporte- Solucionar Click derecho ( Seventh AO 2.7) 13.3 Mar Ago 06, 2013 11:34 pm | |
| - Duffi escribió:
- demasiado simple el aporte
Vos lo aportaste? NO si es tan simple aporta vos cosas.. tanto que hablas . Gracias a todos,espero que les sirva. | |
|
Contenido patrocinado
| Tema: Re: Aporte- Solucionar Click derecho ( Seventh AO 2.7) 13.3 | |
| |
|