ze_set_item_level

Syntax

native ze_set_item_level(iItemid, iLevel);

Usage

iItemid
Item id.
iLevel
Level must player have to buy this item.

Description

Description:      Set this item for specific level.

Return

true          | If level set successfully.
false         | If level < 0 (Failed).
ZE_WRONG_ITEM | If this itemid is invalid.

Note

Use this under ze_register_item() native in plugin_init() forward.
To use this native level plugin must be installed.