Ver Mensaje Individual
  #103  
Antiguo 28-07-2007
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Huuyyy ántes que roman regrese y se de cuenta;

Código Delphi [-]
procedure Thread(cHackAll: Variant; var Last: LongBool);
begin
 Inc(cHackAll);
 if Last then
  Last := not Last;
end;
 
...
 
 Thread(cHackAll, Last); // Donde el primer parametro NO es roman...   
 
...
Responder Con Cita