Иконка ресурса

SxGeo 1.0.2

Нет прав для скачивания
Расширение Sourcemod, используя Sypex Geo API.
  • Автор темы Автор темы Cubix
  • Дата начала Дата начала
Сообщения
22
Реакции
10
Cubix submitted a new resource:

SxGeo - Расширение Sourcemod, используя Sypex Geo API.

Расширение Sourcemod, используя Sypex Geo API.


// sxgeo.inc

/**
* @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 SxGeoCode(const char[] ip, char ccode[3]);

/**
* Gets the full country...

Read more about this resource...
 
Назад
Сверху Снизу