#include enum{ Tutor_Msg = 1, Chat_Msg } new g_ShowType; public plugin_init(){ register_cvar("Roundsound_show_type", "12"); g_ShowType = get_cvar_num("Roundsound_show_type"); if(g_ShowType & Tutor_Msg){ } }