zv_register_extra_item
No description available for this symbol.
Syntax
native zv_register_extra_item(const name[], const discription[], cost, team) /* Gets user flags (Only if MODE 1 is active) * * @param id Player index. * @return Player flags. */ native zv_get_user_flags(id) /* Forwards */ /* Called then player selects extra item in his VIP meniu. (Only if MODE 2 is active) * * You can stop player of buing item returning ZV_PLUGIN_HANDLED. * Player will be refunded automaticaly * * @param id Player index. * @param itemid Extra item id, witch player bought. */ forward zv_extra_item_selected(id, itemid)
Usage
| name | — |
| discription | — |
| cost | — |
| team | — |
Defined in
zmvip.inc
at line 57
.
This documentation was automatically generated from source.