Localize and translate strings from within the game.
EconResData_LocalizeToken(int client, const char[] token, char[] output, int maxlen)EconResData_GetColour(const char[] token)EconResData_GetItemName(int client, int itemdef, char[] name, int maxlen)EconResData_ValidItemClassname(const char[] item_classname)EconResData_GetKeyValues()EconResData_GetGameSkins()EconResData_GetGameClassnames()EconResData_ValidGameSkin(int skin_id)EconResData_GetGameGraffitis()EconResData_ValidGameGraffiti(int graffiti_id)
- Fix CS:GO tokens to be read properly from the language file, as some fails to be read due to special characters.
- such as
:and other language-specific characters hindering from reading further through the language file.
- such as
- Credits to Dr. McKay for the language file parsing code, loaning from Enhanced Item Notifications plugin
- Credits to dragokas for some fixes regarding parsing the language file.
- Check out 'Enhanced Item Notifications' made by legendary Dr. McKay.