DreTaX submitted a new resource:
GeoIP - Providing Location API for plugins to use
GeoIP - Providing Location API for plugins to use
Read more about this resource...Description:
This plugin is able to provide local information of the given IP address on a local database, making It safer/faster for anyone.
Server owners just have to install this plugin as a C# plugin only.
Plugin Devs:
Python Example:
Python:__author__ = 'DreTaX' __version__ = '1.0' import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite try:...