#include <amxmodx>public test(id){ new flags = get_user_flags(id) switch(flags) { case "abcd": { //.. } case "abcdef": { //... } }}