[FONT="Arial"][code]--
function init_entry(map)
SetMapEntryMapName(map, "garner") --
go to bottom of this file, i think its here:
Code:
function can_open_entry_garner2( map )
-- local time = GetTickCount ( )
local Now_Time = GetNowTime()
if Now_Time ==14 or Now_Time == 20 then
return 1
else
return 0
end