Hey, I am using GoldTree ( Don't ask ) but I was trying to make the never ending staff effect. Those who don't know what I mean I am trying to make it so that all staff members what ever room they enter they have a staff badge over there head ( which is the effect)
What is wrong with this code? eh!
( Do I have it in the wrong place? I had it in gameclient.cs )
PHP Code:if (this.GetHabbo().HasFuse("fuse_mod"))
{
GetHabbo().GetEffectsInventoryComponent().method_2(102, true);
}
