Thread: [Subplugin Submission] [T] List of Modified + Requested Plugins
View Single Post
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 07-31-2014 , 15:33   Re: [ZP] List of Modified + Requested Plugin (29/7/2014)
Reply With Quote #74

New update!
Quote:
Adding addon + extra item: Multi-Jump v2.0
This is the modified version of the RZ VIP Plugin, here.
Quote:
This plugin is working with ZPA, ZP5.0 and ZPS.
This version of multi-jump plugin do not use PreThink because:
Quote:
Originally Posted by H.RED.ZONE View Post
Don't use PreThink for multi-jump. You just lag the server.
I have edited this plugin into two types which are addon and extra item. So, just choose which you want.

What can you edit?
PHP Code:
    _pCvarMultiJumpAmount register_cvar"zp_multijump_amount""5" )
    
_pCvarMultiJumpZombie register_cvar"zp_multijump_zombie""1" )
    
_pCvarMultiJumpHuman register_cvar"zp_multijump_human""1"  
Quote:
"zp_multijump_amount", "5" // The amount of multi-jump
"zp_multijump_zombie", "1" // Enable the zombie to have multi-jump
"zp_multijump_human", "1" // Enable the human to have multi-jump
How if I want to disable the extra item for the zombie?

Just change this:
Quote:
g_itemid_multijump = zp_register_extra_item("Multi-jump v2", 10, ZP_TEAM_HUMAN | ZP_TEAM_ZOMBIE)
-->
Quote:
g_itemid_multijump = zp_register_extra_item("Multi-jump v2", 10, ZP_TEAM_HUMAN)
Credits:
Quote:
1. H.RED.ZONE for his RZ VIP plugin.
2. Wicho for code helping.
Attached Files
File Type: sma Get Plugin or Get Source (zp_addon_multijump_v2.sma - 840 views - 2.6 KB)
File Type: sma Get Plugin or Get Source (zp_extra_multijump_v2.sma - 894 views - 3.7 KB)

Last edited by zmd94; 09-02-2014 at 05:35.
zmd94 is offline