Hello, I saw that runs continuously Habbo their heads when they speak, from right to left.
I'll help you fix, delete for the moment, what's wrong.
Find in Room.cs
Replace perCode:public void TurnHeads(int X, int Y, uint SenderId) {
if you had fixed the code, add it, thanks youCode:public void TurnHeads(int X, int Y, uint SenderId) { /*lock (UserList) { foreach (RoomUser User in UserList) { if (User.HabboId == SenderId) { continue; } User.SetRot(Rotation.Calculate(User.X, User.Y, X, Y), true); } }*/ }




