Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 07/13/2019 in all areas

  1. 1 point
  2. 1 point
    function can_open_entry_garner2( map ) -- Specific portal time to open local hour = os.date ("%H") local hournum = tonumber(hour) if hournum == 10 or hournum == 14 or hournum == 18 or hournum == 21 then -- (I would recommend change 21 to 22, just to keep it consistant.) return 1 else return 0 end end
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...