- 05.10.2022
- 59
- 87
Idle добавил(а) новый ресурс:
GeoIP2 - модифицированная версия расширения для SourceMod для работы с геолокацией игроков.
Узнать больше об этом ресурсе...
GeoIP2 - модифицированная версия расширения для 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...
Узнать больше об этом ресурсе...