evandrocoan / MultiModServer

It is a Multi-Mod plugin's configurations for Amx Mod X - https://forums.alliedmods.net/showthread.php?t=273018
GNU General Public License v3.0
17 stars 17 forks source link

Enhance the 'thetime' command by using GeoIP timezones with shifting if needed #87

Open regener opened 4 years ago

regener commented 4 years ago

As mentioned in the title display the time based on user's IP to give them the real time they are looking for and not for the server time. The idea is came by because many servers has other timezone that they should have, that is a hosting thing, I don't know the reason. Also helps players from other country than the server to get real time.

An approach like this could be good: https://forums.alliedmods.net/showthread.php?t=257898

Getting the user's IP, then getting the timezone he/she is in, at last shifting is made if needed.


@evandrocoan, Beyond the user time, also show the server time.