Raised This Month: $51 Target: $400
 12% 

Subplugin Submission [ZP] List of VIP Zombie Classes


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode