public client_authorized(id){ if(is_user_admin(id)) { g_Type = 1; } else if(is_user_hltv(id)) { g_Type = 2; } else { g_Type = 0; }}
set_pcvar_num(pCvar, !get_pcvar_num(pCvar));