AMXX-BG.INFO zmvip.inc Functions

zmvip functions

All callable symbols documented in this include, grouped by declaration type.

Natives

Name Signature
zv_get_user_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)
zv_register_extra_item 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)

Forwards

Name Signature
zv_extra_item_selected forward zv_extra_item_selected(id, itemid)