Undercover
Member
- Jun 14, 2017
- 32
- 6
Hey guys,
Trying to edit the badge above staff edit I found
if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);
and replaced it with
if (Session.GetHabbo().Rank > 6 && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);
Rebooted EMU and it still shows on the rank I dont want it to. Anything I have to do?
Trying to edit the badge above staff edit I found
if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);
and replaced it with
if (Session.GetHabbo().Rank > 6 && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);
Rebooted EMU and it still shows on the rank I dont want it to. Anything I have to do?