NodZen Posted September 30, 2012 Share Posted September 30, 2012 Amigos , intente hacer para que cuando sean las 23:00 hora en el jeugo! , se cree un slothBot. miren if ( not isElement ( slothBot ) ) then if ( getTime ( source ) >= 23 ) then--aca se spawnee el sloth. Tambien asi if ( getTime >= 23 ) then Pero no funca. Ayuda? Link to comment
Renkon Posted September 30, 2012 Share Posted September 30, 2012 local hours, faps = getTime() if ( hours >= 23 ) then Link to comment
NodZen Posted September 30, 2012 Author Share Posted September 30, 2012 local hours, faps = getTime()if ( hours >= 23 ) then ok , pero como le hago para que el resource "slothBot" se reinicie a las 23? Se que hay que usar restartResource pero como le pongo para que sea el slothBot? Link to comment
Recommended Posts