zmvip
*************************************************************** Zm VIP for Zombie Plague 4.3 Author: aaarnas ****************************************************************** This (zm vip) plugin uses it's own extra items simmilar like in main mod(Zombie Plague). There are the main natives/forward witch required to register extra items plugins on this zm vip plugin. Also it's has own authentication system (If MODE 1 is on) Use native zv_get_user_flags(id) to check player flags in other plugins: #include <zmvip> public function() { if(zv_get_user_flags(id) > 0) // Checks if player has any vip privilegies. if(zv_get_user_flags(id) & ZV_MAIN) // Checks if player has specific privilegie. } *****************************************************************
Forwards
| Name | Description |
|---|---|
| zv_extra_item_selected | — |