OnShowSkinsPlayer hook for pluginsSolved
Hi!
Please add call hook
OnShowSkinsPlayer(List<ulong> skins, ItemDefinition itemDef, BasePlayer player)
after line
var skins = skinData.Skins;
example.
Interface.CallHook("OnShowSkinsPlayer", skins, source.info, Owner);

for change skins list by other plugins
 
Why would you change it in a different plugin? And yes I probably will provide a way to add custom skins tho
5b6ed4c9ac8e4.jpg misticos
Why would you change it in a different plugin? And yes I probably will provide a way to add custom skins tho

I have vip status for player, where should be COOoool skins only for VIP )
And I will can add/remove some skins from list.
as example )

Locked automatically