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. } *****************************************************************
Constants
| Name | Description |
|---|---|
| _zmvip_included | — |
| ZV_PLUGIN_HANDLED | = 97 |
| ZV_MAIN | = (1<<0) |
| ZV_MULTI | = (1<<1) |
| ZV_UNLIMITED | = (1<<2) |
| ZV_DAMAGE | = (1<<3) |
| ZV_TEAM_ZOMBIE | = (1<<0) |
| ZV_TEAM_HUMAN | = (1<<1) |
| ZV_TEAM_NEMESIS | = (1<<2) |
| ZV_TEAM_SURVIVOR | = (1<<3) |