A new zombie plague respawn (after join) plugin.
Has many cvars, many configurations.
Look config file:
Code:
// "" = PLUGIN OFF
// "a..." = RESPAWN IN SWARM
// "...b..." = RESPAWN IN PLAGUE
// "...c..." = RESPAWN IN SURVIVOR
// "...d..." = RESPAWN IN NEMESIS
// "...e..." = RESPAWN IN SNIPER
// "...f..." = RESPAWN IN ASSASSIN
// "...g" = RESPAWN IN LNJ (APOCALYPSE)
//
zp_special_respawn "abcdefg"
// SWARM ROUND RESPAWN
// "h" = HUMAN
// "z" = ZOMBIE
//
zp_special_swarm_sp "h"
// PLAGUE ROUND RESPAWN
// "h" = HUMAN
// "z" = ZOMBIE
//
zp_special_plague_sp "h"
// LNJ (APOCALYPSE) ROUND RESPAWN
// "s" = SURVIVOR
// "n" = NEMESIS
//
zp_special_lnj_sp "s"
// NORMAL/MULTI ROUND RESPAWN
// "h" = HUMAN
// "z" = ZOMBIE
zp_special_normal_sp "h"
// TELEPORT VISUAL EFFECT
// "1" = ACTIVE
// "0" = NOT ACTIVE
// DEFAULT VALUE IS "1", because is a very nice effect!
//
zp_special_tele_effect "1"
The configuration file (.cfg) extension, go to this directory:
Code:
/addons/amxmodx/configs/