|
#include <amxmodx>
#define PLUGIN_NAME "Custom Team Names"
#define PLUGIN_VERSION "0.10"
#define PLUGIN_AUTHOR "SkiLLy"
#define IMMUNITY_ACCESS_LEVEL ADMIN_IMMUNITY
#define TEAM_SELECT_VGUI_MENU_ID 2
new bool:g_unassigned[33]
new bool:g_changed[33]
new g_msgid[33]
new p_allow_spectators
new p_teambalance
new p_limitteams
new bool:g_allow_t
new bool:g_allow_ct
new bool:g_allow_spec
new g_num_t, g_num_ct
#define Keysmenu_1 (1<<0)|(1<<1)|(1<<4)|(1<<5)|(1<<9) // Keys: 12560
#define Keysmenu_2 (1<<0)|(1<<1)|(1<<4)|(1<<5)|(1<<9) // Keys: 1250
|
|