22.03.2015, 15:04
Country code would be useful too. I could also add conversion functions, e.g:
Would output:
Country codes can also save space. I can store the country code instead of the full country name.
pawn Code:
country = GetCountryName(COUNTRY_US);
print(country);
Code:
United States