Idle добавил(а) новый ресурс:
- модифицированная версия расширения для SourceMod для работы с геолокацией игроков.
У вас нет разрешения на просмотр ссылки. Вход или Регистрация
Код:/** * @section IP addresses can contain ports, the ports will be stripped out. */ /** * Gets the two character country code from an IP address. (US, CA, etc) * * @param ip Ip to determine the country code. * @param ccode Destination string buffer to store the code. * @return True on success, false if no country found. */ native bool GeoipCode2(const char[] ip, char ccode[3]); /** * Gets the three character country code from an IP...
У вас нет разрешения на просмотр ссылки. Вход или Регистрация