|
#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>
#include <zombieplague>
#define PLUGIN_NAME "ZP_nb"
#define PLUGIN_VERSION "1.0"
#define PLUGIN_AUTHOR "NAG"
#define PLUGIN_PREFIX "[ZP]"
#define MAXPLAYERS 32
#define ADMIN_FLAG ADMIN_CVAR
#define NUKE_ADMIN "-1"
#define NUKE_TIMER "10"
#define NUKE_COOLDOWN "0.0"
#define TASK_BOMB 7096
#define TASK_COUNTER 8096
#define TASK_NOTICE 9096
|
|