AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Subplugin Submission [ZP5.0] Vip Plugin v1.1 (https://forums.alliedmods.net/showthread.php?t=244294)

H.RED.ZONE 07-16-2014 09:42

[ZP5.0] Vip Plugin v1.1
 
4 Attachment(s)
-=[ RZ ] =-
-= [VIP PLUGIN] =-
v1.1

Description:
This plugin can be used only in ZP 5.0 or higher version, i created it long time ago for server that i played on. It has lot of cvars and customizations you can use to make gameplay more insteresting.

Usage:
To set someone to be VIP you just need to add "t" flag, and restart or change map on the server, after that player that you wanted to make VIP is now VIP.

Cvars:
Inside "rz_vip.cfg" you can see all settings you can change.
Code:

/// -----------------------------
// RZ VIP Plugin For Zombie Server
// -----------------------------
// Any changes you make here will be
// automatically loaded at map start

// ---------------------------------
// VIP Ability        (Settings)  |
// ---------------------------------
rz_vip_extra_damage_on            1        // Does VIP have Extra Damage? (Default:1)
rz_vip_extra_damage_amount        10        // Every hit VIP does extra HP damage? (Default:10)
rz_vip_armor_amount              100        // Amount of armor VIP is getting on start. (Default:100)
rz_vip_health_amount            100        // Amount of extra health VIP is getting on start. (Default:100)
rz_vip_no_recoil                  1        // Does VIP have No Recoil? (Default:1)
rz_vip_block_fall_dmg              1        // Fall damage does not count for VIP? (Default:1)
rz_vip_multijump_amount            1        // VIP gets how much extra jumps? (Default:1)
rz_vip_multijump_zombie            1        // Can VIP That is zombie jump? (Default:1)
rz_vip_multijump_human            1        // Can VIP That is human jump? (Default:1)
rz_vip_fire_immune                0        // Is VIP immune to fire grenades? (Default:0)
rz_vip_ice_immune                  1        // Is VIP immune to ice grenades? (Default:0)
rz_vip_infectnade_get              0        // Does VIP Get grenades when he is zombie? (Default:0)
rz_vip_infectnade_amount          1        // How much inf grenades zombie gets if its set to get nades? (Default:1)
rz_vip_dmg_reward_on              1        // Is damage reward on? (Default:1)
rz_vip_dmg_reward_amount        400        // How much Damage you need to create to get extra ammopacks? (Default:400)
rz_vip_unlimited_clip              0        // Do you want your VIP to have unlimited clip? (Default: 0)       

// ---------------------------------
// VIP Grenades        (Settings)  |
// ---------------------------------
rz_vip_firenade_amount            2        // Amount of fire grenades VIP starts with. (Default:2)
rz_vip_freezenade_amount          2        // Amount of freeze grenades VIP starts with. (Default:2)
rz_vip_flarenade_amount            2        // Amount of flare grenades VIP starts with. (Default:2)

// ---------------------------------
// VIP Connect Message (Settings)  |
// ---------------------------------
rz_vip_connect_show                1        // Does connected message shows up when VIP connects? (Default:1)
rz_vip_board_message              1        // Does VIP tag shows on scoreboard? (Default:1)

// ---------------------------------
// VIP Models          (Settings)  |
// ---------------------------------
rz_vip_model_on                    1        // Do you want VIP Models to be on? (Default: 1)
rz_vip_model_knife_on              1        // Do you want VIP Knife to be on? (Default: 1)


// End for the version 1.1

Set VIP Model:
To change models go to rz_vip.ini and set model's you want.
Spoiler


Natives:
For now there is only one native so if you want me to add some natives write in this thread.
Spoiler
Credits:
Spoiler
Changelog:
Spoiler
FAQ:
Spoiler

H.RED.ZONE 07-16-2014 09:43

Re: [ZP5.0] RZ Vip Plugin v1.0
 
2 Attachment(s)
[TUT] How to create VIP Zombie Class for ZP 5.0
(This is a tutorial on how to make VIP zombie class.)
Spoiler


[TUT] How to create VIP Extra Item for ZP 5.0
(You will be able to make any zp5.0 item for VIP.)
Spoiler

wicho 07-16-2014 10:40

Re: [ZP5.0] RZ Vip Plugin v1.0
 
Gj dude, thx for share if I have time I'll will test....

zmd94 07-16-2014 14:19

Re: [ZP5.0] RZ Vip Plugin v1.0
 
Thank you for sharing. I will add this plugin in this list:
So that, people can download and test it.

May I ask, if we use this plugin, that mean we have to disable [ZP] Zombie VIP 1.7.2 plugin, isn't it?

H.RED.ZONE 07-16-2014 15:02

Re: [ZP5.0] RZ Vip Plugin v1.0
 
Quote:

Originally Posted by wicho (Post 2168687)
Gj dude, thx for share if I have time I'll will test....

No problem and thanks. (:

Quote:

Originally Posted by zmd94 (Post 2168818)
May I ask, if we use this plugin, that mean we have to disable [ZP] Zombie VIP 1.7.2 plugin, isn't it?

Its seperated plugin you can use it with it if you want. I never used them both on a server. I think it won't be any problem, you can try it out and report back.

zmd94 07-16-2014 15:26

Re: [ZP5.0] RZ Vip Plugin v1.0
 
Quote:

Originally Posted by H.RED.ZONE (Post 2168848)
Its seperated plugin you can use it with it if you want. I never used them both on a server. I think it won't be any problem, you can try it out and report back.

I will run both of the plugins and inform you if there are any problems. ;)

WildCard65 07-16-2014 20:26

Re: [ZP5.0] RZ Vip Plugin v1.0
 
Remove the .amxx files from zip archive.

zmd94 07-16-2014 21:16

Re: [ZP5.0] RZ Vip Plugin v1.0
 
Quote:

Originally Posted by WildCard65 (Post 2169011)
Remove the .amxx files from zip archive.

Is it wrong if we provided the .amxx files in zip archive? I don't think it against the rules. If I'm wrong, please advise me.

mohsen9010 07-16-2014 21:47

Re: [ZP5.0] RZ Vip Plugin v1.0
 
That is great
I thinking about making that but you make before me and sharing for us , thank you xD

H.RED.ZONE 07-16-2014 22:43

Re: [ZP5.0] RZ Vip Plugin v1.0
 
Quote:

Originally Posted by WildCard65 (Post 2169011)
Remove the .amxx files from zip archive.

As i know if the sma files are provided and local complier is in thread it is allowed and if you will write that i will gladly point every plugin on this forum that has amxx files in its zip folder.

Quote:

Originally Posted by zmd94 (Post 2169028)
Is it wrong if we provided the .amxx files in zip archive? I don't think it against the rules. If I'm wrong, please advise me.

As i wrote above and as i said there are lot of zip files containing amxx files, how ever they all have sma files. Including older VIP plugin you mentioned.

Quote:

Originally Posted by mohsen9010 (Post 2169032)
That is great
I thinking about making that but you make before me and sharing for us , thank you xD

Ah well it was old so you had lot of time to make something like that. xD Don't say i didn't gave you a chance >.> How ever i will prob add lot more updates to this, for now im not that much in power of updating..long story. xD


All times are GMT -4. The time now is 04:07.

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