hello, is it possible change the loot panel of a assets/prefabs/misc/item drop/item_drop_backpack.prefab
can someone point me in the right direction?
thanks
can someone point me in the right direction?
thanks
void OnLootEntity(BasePlayer player, BaseEntity entity)
{
Puts("OnLootEntity works!");
}