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

New update!
Quote:
Adding addon: Simple VIP System.
Original thread, here.

What it does?

Quote:
1. 150 HP/ 100 AP every spawn.
2. +15 HP/ AP bonus for each kill.
3. [VIP] tag in score table.
How to use?

1. Just download, the file.

2. Please edit your user.ini file. If you want to add VIP when using this plugin, just do like this example:
Quote:
"zmd94" "123456" "bt" "a"
Please make sure the flag is "bt".

Configuration:
PHP Code:
//Just uncomment 'IM_USING_ZP' if your server is running ZP
#define IM_USING_ZP

// if you are using this Custom Level for ZPA, 
// just change #include <zombieplague>  into #include <zombie_plague_advance> 
#if defined IM_USING_ZP
#include <zombieplague> 
#endif 
What can you edit?
PHP Code:
    g_iSpawnHealth register_cvar("cs_spawn_health""150"// Amount of health given at respawn
    
g_iSpawnArmor register_cvar("cs_spawn_armor""100"// Amount of armor given at respawn
    
g_iAttacHealth register_cvar("cs_zombie_xp""15"// Amount of health given at attac2ing
    
g_iAttacArmor register_cvar("cs_zombie_xp""15"// Amount of armor given at attac2ing 
Attached Files
File Type: sma Get Plugin or Get Source (simple_vip.sma - 789 views - 2.3 KB)

Last edited by zmd94; 11-28-2014 at 10:28.
zmd94 is offline