NodZen Posted September 19, 2012 Posted September 19, 2012 amigos , intente hace un script para que cuando en el game sean las "23:00" hasta las "03:00" se spawneara un BOT , pero no funciona. Intente hacerlo asi . local h, m = getTime() if h > 23 then return true elseif h < 3 then return true else return false end end
Renkon Posted September 19, 2012 Posted September 19, 2012 hay un end de más ... y deberia estar todo dentro de una function
Recommended Posts