


Respects for all of the code used other than the HL Engine and MODsįrom Valve. You must obey the GNU General Public License in all Link the code of this program with the Half-Life Game Engine ("HLĮngine") and Modified Game Libraries ("MODs") developed by Valve, In addition, as a special exception, the author gives permission to You should have received a copy of the GNU General Public License GNU General Public License for more details.

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is distributed in the hope that it will be useful,īut WITHOUT ANY WARRANTY without even the implied warranty of The Free Software Foundation, either version 3 of the License, or It under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify If(is_user_alive(player) & zp_get_user_zombie_class(player) = g_zclass_vip) Set_pev(infector, pev_health, float(pev(infector, pev_health) + zclass5_infecthp)) If (is_user_connected(infector) & zp_get_user_zombie_class(infector) = g_zclass_vip) Public zp_user_infected_post(id, infector) Public zp_class_zombie_select_pre(id, classid)ĬolorChat(id, TEAM_COLOR, "^x04 ^x03This class is only available for ^x04VIP ^x03players! Type ^x04/vipsms &x03to learn more.")ĬolorChat(id, TEAM_COLOR, "^x04 ^x03Your class has been changed back to default ^x04(Classic)^x03!") G_zclass_vip = zp_register_zombie_class(zclass5_name, zclass5_info, zclass5_model, zclass5_clawmodel, zclass5_health, zclass5_speed, zclass5_gravity, zclass5_knockback) Register_plugin(" VIP Zombie", "1.0", "Tornado") New const zclass5_name = Ĭonst zclass5_infecthp = 500 // extra hp for infections Will be used for all players (by default, Classic Zombie). Note: If zombie classes are disabled, the first registered class This plugin adds the default zombie classes to Zombie Plague.įeel free to modify their attributes to your liking.
