iLoco
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);`
Add a native `VIP_SetFeatureType` that can change the` VIP_FeatureType` function
Add natives that will set the function value to the player during the session. ``` VIP_SetClientFeatureInt VIP_SetClientFeatureFloat VIP_SetClientFeatureBool VIP_SetClientFeatureString ```
Added Callbacks and Forwards on pressing the Exit and Back buttons in the item panel (in the menu).
Added forwards: `Shop_OnItemPanelExitButton` `Shop_OnItemPanelBackButton` As well as callbacks that are registered when registering an item (`Shop_SetCallbacks`)
**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...
``` /** * Creates and ADT array of client item IDs * - * @param client Client index * @param size Optional param to store array size * @param category...
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...