• Добрый день, если вы испытываете проблемы с пополнением баланса, свяжитесь с @MrFallen.

Платное Loot Table & Stacksize GUI 1.0.35

API:

To prevent the plugin from populating certain crates or npc corpses with custom loot, use the api.

(object) OnContainerPopulate(LootContainer container)
This hook is called every time a loot container is about to be populated with loot. Returning a non-null value prevents the plugin from spawning loot into that crate.



(object) OnCorpsePopulate(LootableCorpse corpse)
This hook is called every time an npc corpse is about to be populated with loot. Returning a non-null value prevents the plugin from spawning loot into that corpse.