JayC
Well-Known Member
Code:
case 151:
if (Session.GetHabbo().HasFuse("cmd_update_groups"))
{
using (DatabaseClient dbClient = GoldTree.GetDatabase().GetClient())
{
GoldTree.GetGame().GetManagerGroups();
}
//Need Code Here
return true;
}
return false;
Code:
public Groups GetManagerGroups()
{
return this.ManagerGroups;
}
I'm so lost. Please someone only help if you know what your talking about, thanks.