Gets the three character country code from an IP address. (USA, CAN, etc)
bool GeoipCode3(const char[] ip, char ccode[4])
Ip to determine the country code.
Destination string buffer to store the code.
True on success, false otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.