Hello,
How do I make staff badge on head only rank for above 6 ? Seems like my hotel, rank 2 got staff badge on head.
Thanks
if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);
if (Session.GetHabbo().Rank > 6 && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);
The ID is the id for the row (clearly why it's the primary key), group_id is the rank, and permissions_id is the permission Id that you can find in the permissions table.id, group_id, permissions_id what does this mean ?