Lua Events/MngInvReceiveItems

From PZwiki



Event

MngInvReceiveItems

Description

Triggered when the game client is receiving inventory items from the server.

Parameters

Examples

local function MngInvReceiveItems(items)
	-- Your code here
end

Events.MngInvReceiveItems.Add(MngInvReceiveItems)

See also

No related event.