How to fix it

Results 1 to 7 of 7
  1. #1
    Member MattSantos is offline
    MemberRank
    May 2016 Join Date
    94Posts

    How to fix it

    Hey guys Beauty ? I would ask to help you to be able to fix it.

    http://imgur.com/a/8Kowi

    I could not upload images
    Excuse my English , I am Brazilian


    Last edited by MattSantos; 26-05-16 at 11:39 PM. Reason: ...


  2. #2
    Joorren Joorren is online now
    MemberRank
    May 2011 Join Date
    1,553Posts

    Re: How to fix it

    Can you explain the problem?

    Doesn't the wired work for your hotel?

    What emulator are you using?

    ...

  3. #3
    Member MattSantos is offline
    MemberRank
    May 2016 Join Date
    94Posts

    Re: How to fix it

    Plus Emu. I wanted to work only when I say that word , no sentence.As in the photo I said " I am test" and was wired only test.

    I wanted to do funcioanar only when I say that word , no sentence.As in the photo I said " I am test" and was wired only test.I wanted to do funcioanar only when I say that word , no sentence.As in the photo I said " I am test" and was wired only test.

  4. #4
    Joorren Joorren is online now
    MemberRank
    May 2011 Join Date
    1,553Posts

    Re: How to fix it

    It's like this in Habbo too. If you want it your way, you'll have to ask a developer to do it for you.

  5. #5
    Member MattSantos is offline
    MemberRank
    May 2016 Join Date
    94Posts

    Re: How to fix it

    Ok,thanks man.

  6. #6
    Account Upgraded | Title Enabled! YoWesty is offline
    MemberRank
    Oct 2012 Join Date
    285Posts

    Re: How to fix it

    Goto UserSaysBox.cs

    edit this line
    PHP Code:
     if (Message.Contains(" " this.StringData) || Message.Contains(this.StringData " ") || Message == this.StringData
    to
    PHP Code:
                if (Message.Equals(" " this.StringData) || Message.Equals(this.StringData " ") || Message == this.StringData

  7. #7
    Member MattSantos is offline
    MemberRank
    May 2016 Join Date
    94Posts

    Re: How to fix it

    Quote Originally Posted by YoWesty View Post
    Goto UserSaysBox.cs

    edit this line
    PHP Code:
     if (Message.Contains(" " this.StringData) || Message.Contains(this.StringData " ") || Message == this.StringData
    to
    PHP Code:
                if (Message.Equals(" " this.StringData) || Message.Equals(this.StringData " ") || Message == this.StringData
    Thanks Boy!



Advertisement