Welcome to the RaGEZONE - MMORPG development forums.

Habbo Emulator User_fuserright Error

This is a discussion on Habbo Emulator User_fuserright Error within the Habbo Releases forums, part of the Habbo Hotel category; Hello , i make a Retro Hotel . In the Emulator is a Error Table db user_fuserights doesnt exist. Here ...

LyncusMU
Results 1 to 3 of 3
  1. #1
    Newbie
    Rank
    Newbie
    Join Date
    Nov 2011
    Posts
    1
    Liked
    0

    sad Habbo Emulator User_fuserright Error

    Tabo Hotel
    Hello ,
    i make a Retro Hotel . In the Emulator is a Error
    Table db user_fuserights doesnt exist.
    Here is Picture

    What can i do ?
    Can everbody give me the sql from them ?

    Thanks TheLegendary
    Attached Thumbnails Attached Thumbnails unbenannt.png  

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Member
    Rank
    Newbie
    Join Date
    Feb 2011
    Location
    Belgium
    Posts
    44
    Liked
    5

    Re: Habbo Emulator User_fuserright Error

    I think you mean this one?;

    Code:
    CREATE TABLE IF NOT EXISTS `users_fuserights` (
      `userid` int(15) NOT NULL,
      `fuseright` varchar(100) NOT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

  4. #3
    Best contributor of 2011'
    Rank
    Alpha Member
    Join Date
    Jun 2007
    Location
    HM Offices
    Posts
    2,353
    Liked
    621

    Re: Habbo Emulator User_fuserright Error

    Quote Originally Posted by Superbomm View Post
    I think you mean this one?;

    Code:
    CREATE TABLE IF NOT EXISTS `users_fuserights` (
      `userid` int(15) NOT NULL,
      `fuseright` varchar(100) NOT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    Just quoting cause he said can everybody give it to him =x.
    And btw wrong section

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •