Force Enable staff

Muff

Member
Aug 5, 2015
252
129
Is there a way to force ranks to have enable 102 when they join rooms?
much appriciated.
Open up your RoomuserManager.cs

Search User.UpdateNeeded = true;
inside that .cs at the buttom of it add this.
Code:
           if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects)
               Session.GetHabbo().Effects().ApplyEffect(102);
 

olliedean

ollie.cool
Jan 28, 2013
433
107
Open up your RoomuserManager.cs

Search User.UpdateNeeded = true;
inside that .cs at the buttom of it add this.
Code:
           if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects)
               Session.GetHabbo().Effects().ApplyEffect(102);
Ah, that was commented out. Cheers! x
 
nevermind, still doesnt work.
 

Users who are viewing this thread

Top