Ver Mensaje Individual
  #545  
Viejo 08/02/13, 12:16:21
Array

[xs_avatar]
Wude Wude no está en línea
Miembro del foro
 
Fecha de registro: sep 2012
Localización: Barcelona
Mensajes: 413
Modelo de smartphone: Nexus 4 (16GB)
Tu operador: Movistar
 Cita: Originalmente Escrito por brebaje Ver Mensaje
yo lo veo así

try
Math.random(cliente, Nexus4)
sendtracking(cliente)
catch (Exception e)
e.ignore()
falta un detallito ahi:
Código:
try {
  var numero = (int)Math.round(Math.random() * numeroPedidos);
  partidaBillar();
  sendtracking(numero);
} catch(Exception e) {
  e.wait();
}
Responder Con Cita