hlmod / Shop-Core

Documentation
https://hlmod.github.io/Shop-Core/module/create/
GNU General Public License v3.0
28 stars 26 forks source link

i have an idea #127

Closed hanicsgo closed 2 years ago

hanicsgo commented 2 years ago

can u make OnPreviewItem on syntax code, thanks u very much

TiBarification commented 2 years ago

What you mean? How you can use OnPreviewItem or what?

Add callbacks


...
// Preview works only for ItemType_Toggleable
Shop_SetCallbacks(_, _, _, _, _, OnPreviewItem);
...
}

public void OnPreviewItem(int client, CategoryId category_id, const char[] category, ItemId item_id, const char[] item)
{
   // do what you want with item.
}