ze_select_item_post

Syntax

forward ze_select_item_post(id, iItemid, bIgnoreCost);

Usage

id
Client index.
iItemid
Index of item he try to buy.
bIgnoreCost
true will ignore the cost, false will not ignore cost.

Description

Description:         Called after player choose the item,
                     called only if ze_select_item_pre() returned ZE_ITEM_AVAILABLE.

Return

This forward ignores the return value.