Fix TurnHeads UberEmu r63

Results 1 to 10 of 10
  1. #1
    Enthusiast dimitri54480 is offline
    MemberRank
    Feb 2011 Join Date
    44Posts

    Fix TurnHeads UberEmu r63

    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
    Code:
    public void TurnHeads(int X, int Y, uint SenderId)
            {
    Replace per
    Code:
    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);
                    }
                }*/
            }
    if you had fixed the code, add it, thanks you
    Last edited by dimitri54480; 29-04-11 at 04:09 PM.


  2. #2
    Account Upgraded | Title Enabled! Habblet is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    324Posts

    Re: Fix TurnHeads UberEmu r63

    Erm, wyh '/*' that will stop the code?

  3. #3
    ส็็็็็็็ Bloodraven is offline
    MemberRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: Fix TurnHeads UberEmu r63

    This will just stop the code from running, He has commented well, All of the main code out...

  4. #4
    <insert title here> Shorty is offline
    MemberRank
    Feb 2007 Join Date
    United KingdomLocation
    1,861Posts

    Re: Fix TurnHeads UberEmu r63

    Did you only just find out that Habbo use Client-Side head turning now? :S

  5. #5
    Banned rafa95123 is offline
    BannedRank
    May 2009 Join Date
    /home/RaphaLocation
    564Posts

    Re: Fix TurnHeads UberEmu r63

    Now Habbo no will turn your Head ?

  6. #6
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: Fix TurnHeads UberEmu r63

    Copied from PEJump source.. Retarded.

  7. #7
    The Legend Returns vista4life is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    843Posts

    Re: Fix TurnHeads UberEmu r63

    There is something strange with statuses , like whenyou dance you got a kick like micheal jackson its weird but seems it getting into a short loop ;a
    Last edited by vista4life; 29-04-11 at 05:21 PM.

  8. #8
    HTML,CSS and a bit C# Richardjuhh is offline
    MemberRank
    Dec 2010 Join Date
    NetherlandsLocation
    351Posts

    Re: Fix TurnHeads UberEmu r63

    :O i saw this code a few weeks ago in Bubbo's source :-D

    Renamer what so hard to put the credits for matty or anyone who fix this code...?

  9. #9
    Banned rafa95123 is offline
    BannedRank
    May 2009 Join Date
    /home/RaphaLocation
    564Posts

    Re: Fix TurnHeads UberEmu r63

    Sooo This Code is Copy ?

  10. #10
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: Fix TurnHeads UberEmu r63

    Yupped :D



Advertisement