Search results

  1. JynX

    Coding Plus Emu Features / Commands

    It shouldn't, but try removing the: if (Habbo.Rank > 1 || User.Rank > 1) { Session.SendWhisper("Sorry but you cannot pay this user!"); return; }
  2. JynX

    Coding Plus Emu Features / Commands

    Is the sender or receiver a staff member? I made it to where you cannot pay or receive from staff members for obvious reasons.
  3. JynX

    Coding Plus Emu Features / Commands

    Mine's still coded better ;)
  4. JynX

    Coding Plus Emu Features / Commands

    That's an interface what does that have to do with anything? That just says that if we have something like: namespace You.Are.A.Retard { class YouHaveAutism : IQueryAdapter { } } It just shows that you need to have both RunQuery and InsertQuery in a class that implements the...
  5. JynX

    Coding Plus Emu Features / Commands

    The variable you assign it to wouldn't matter at all. IQueryAdapter queryAdapter would work the same. IQueryAdapter is the variables type just like string name or int age. It wouldn't matter what you name it you could name it devbestIsAmazing and it would still function so clearly you fucked up...
  6. JynX

    Coding Plus Emu Features / Commands

    public RoomUser GetRoomUserByUsername(string Username) { return this._users.Values.Where(x => x?.GetClient()?.GetHabbo() != null && x.GetClient().GetHabbo().Username == Username).FirstOrDefault(); } add that to your RoomUserManager
  7. JynX

    Help? 2 simple things to fix!

    It amazes me that you say "2 simple things to fix" yet you're making a thread so it's not a simple thing to you now is it? Pastebin the page for it so we can see where it's linking so we can actually fix it.
  8. JynX

    westernjr_devbest

    westernjr_devbest
  9. JynX

    [REQ] Events Staff Badge!

    You're whalecum.
  10. JynX

    Moodlights Error.

    Whilst it is a fix, it's not something you should do as it can easily be fixed within the emulator. But you do you
  11. JynX

    Moodlights Error.

    Pastebin the file where the query is located.
  12. JynX

    Call of Duty Now backwards compatible for XB1

    Fuck yeah man stopped at walmart today and luckily they had a copy! Loved this game for 360 and always have been waiting for it on the One and here it is!
  13. JynX

    [Electron + Angular + TypeScript] Venobo Streaming App

    Hmm it looks good, but it doesn't make me think movies or TV in general. It looks like a login but not for something of this nature. But that's just my 2 cents
  14. JynX

    INACTIVE [Dev] Revolution HK

    Honestly see this as no use because it's an executable and what if I want to use it at school or work when I need to do something major and I don't have a computer around? Good luck with this I also do like @Velaski's suggestion on using Bunifu :P
  15. JynX

    PlusEMU Room issue

    It was calling _staticModel = model; after it was actually needed and thus gave you those errors.
  16. JynX

    PlusEMU Room issue

    Make this your DynamicRoomModel and debug your emulator with Visual Studio: https://hastebin.com/aboqirilij.cs
  17. JynX

    PlusEMU Help & Support

    It means the item is in your catalog_items but that item does not exist in your furniture table.
  18. JynX

    PlusEMU Room issue

    Pastebin your GameMap and DynamicRoomModel
  19. JynX

    NightWorks.io - Website Design

    I really like the design so far but when you scroll and see the white from the navigator overlap the white text it kind of bugs me (OCD sorry). Good luck with this and I quite like the name NightWorks it's catchy and rolls off the tongue nicely.
  20. JynX

    PlusEMU Help & Support

    ALTER TABLE `subscriptions` ADD `diamonds` int(11) NOT NULL DEFAULT '1';
Top