Skip to content

ACS function: "GetPlayerCountry"

Adam Kaminski requested to merge topic/default/acs-getplayercountry into branch/default

Since a modder has spoken to me about needing a way to retrieve a player's country in their mod (e.g. a custom ELO system that can also display where a player is from), I created a new ACS function that can retrieve a player's country, either as an alpha-2 or alpha-3 code, or the full name.

This also respects the client's wishes to hide their country and will return "N/A" in such cases.

Merge request reports