Jump to content

Como se hace esto?


NodZen

Recommended Posts

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 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...