Skip to content

On_ItemLooting not triggering #144

@Mythikos

Description

@Mythikos
function On_ItemLooting(ItemLootEvent)
    local ply = ItemLootEvent.Looter
    local item = ItemLootEvent.Target

    if ply.IsPlayer() then
        Server.Broadcast(ply.Name.." is looting a(n)"..tostring(item))
    end
end

This hook is never fired in game. It appears as though On_ItemLooting is never called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions