Thread: [Subplugin Submission] [ZP] List of VIP Zombie Classes
View Single Post
Night Wolf90
Member
Join Date: Jan 2016
Old 07-15-2016 , 05:12   Re: [ZP] List of VIP Zombie Classes
Reply With Quote #21

Quote:
Originally Posted by zmd94 View Post
Do you use ZM VIP plugin?
Hi
yes i use plugin this topic and edit plugin zm vip with tshi code:

PHP Code:
#include <zmvip>

public zp_fw_class_zombie_select_pre(idclassid) {
    if (
classid == g_ZombieClassID) {
        if (
zv_get_user_flags(id) == 0) {
            
zp_class_zombie_menu_text_add("*VIP* only!")
            return 
ZP_CLASS_NOT_AVAILABLE;
        }
        else {
            
zp_class_zombie_menu_text_add("*VIP*")
            return 
ZP_CLASS_AVAILABLE;
        }
    }
    return 
ZP_CLASS_AVAILABLE;



but not work zm vip plugin i can not found zmvip.inc for zp 5 plz give me this includ plz plz
tanx

Night Wolf90 is offline