Class system for CSB Zombie Core: pick a class (Classic, Runner, Tank, Leaper, Hunter), saved in nVault and applied on infection.
A class system that sits on top of CSB Zombie Core. Players pick a zombie class from a menu; each class has its own health, speed, gravity, knockback and model. The choice is saved per player in nVault and applied automatically the moment they are infected, through the core's csb_zombie_infected forward. Bullet knockback is scaled by the class's knockback multiplier.
Requires CSB Zombie Core, which provides csb_is_zombie and the infection forward. Independent GPL re-implementation inspired by Zombie Plague Classes by MeRcyLeZZ.
Classes
- Classic — balanced all-rounder.
- Runner — fast but fragile.
- Tank — slow wall of health.
- Leaper — low gravity, big jumps.
- Hunter — high speed, takes more knockback.
Features
/zclassmenu; choice persisted per SteamID in nVault.- Stats applied on infection via the core forward — no polling.
- Per-class bullet knockback on zombies.
Installation
- Install CSB Zombie Core first.
- Put
csb_zombie_classes.amxxinaddons/amxmodx/plugins/. - Add it to
plugins.inibelow the core. - Change the map.









