• Admin Time limit?
    1 replies, posted
On our server, we have Day Admins and Night Admins just to give a little detail, but we haven't been able to find a way to make time limits on the admin powers. Is there anything that can use the server time to determine whether an admin still has his powers or not? And if so, could you please send me to the right place for such a file?
Yeah, it would be something like: [lua]local hours = os.date( "%H" ) if hours > 18 or hours < 6 then -- Set night admins else -- Set day admins end[/lua] How you set admin depends on the admin mod you're using.
Sorry, you need to Log In to post a reply to this thread.