iLoco

Results 7 issues of iLoco

Add a native that will enable you to get the translation of this function, for example: `VIP_FormatFeature(int client, const char[] feature, char[] buffer, int maxlen);`

Enhancement
Question
Priority: Medium (P2)

Add a native `VIP_SetFeatureType` that can change the` VIP_FeatureType` function

Enhancement
Question
Priority: Low (P3)

Add natives that will set the function value to the player during the session. ``` VIP_SetClientFeatureInt VIP_SetClientFeatureFloat VIP_SetClientFeatureBool VIP_SetClientFeatureString ```

Enhancement
Priority: Medium (P2)

Added forwards: `Shop_OnItemPanelExitButton` `Shop_OnItemPanelBackButton` As well as callbacks that are registered when registering an item (`Shop_SetCallbacks`)

Enhancement

**Describe the bug** Due to the fact that the category is badly unloaded, it deletes all handles behind itself. And if you register an item in this category again, then...

Bug

``` /** * Creates and ADT array of client item IDs * - * @param client Client index * @param size Optional param to store array size * @param category...

Enhancement

I noticed an error in the order of calling the "Shop_OnMenuTitle" forward, it is called after all the CallBacks of the category, which is strange to my mind, because it...

Bug
Test needed