PlusEMU Error MSG. Client is 76%

Emiliaaa

New Member
Apr 24, 2019
1
0
Hey! Im trying to make a habbo retro and I'm using PlusEMU. The client is only 76% and my EMU says. "
System.FormatException: Indatasträngen hade ett felaktigt format.
vid System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
vid System.Double.Parse(String s)
vid Plus.HabboHotel.Items.ItemData..ctor(Int32 Id, Int32 Sprite, String Name, String PublicName, String Type, Int32 Width, Int32 Length, Double Height, Boolean Stackable, Boolean Walkable, Boolean IsSeat, Boolean AllowRecycle, Boolean AllowTrade, Boolean AllowMarketplaceSell, Boolean AllowGift, Boolean AllowInventoryStack, InteractionType InteractionType, Int32 behaviourData, Int32 Modes, String VendingIds, String AdjustableHeights, Int32 EffectId, Boolean IsRare, Boolean ExtraRot) i C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Items\ItemData.cs:rad 83
vid Plus.HabboHotel.Items.ItemDataManager.Init() i C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Items\ItemDataManager.cs:rad 68"
Itemdata.se code line 83
You must be registered for see images attach

ItemDataManager.cs code line 68

Code:
                               this._gifts.Add(spriteID, new ItemData(id, spriteID, itemName, PublicName, type, width, length, height, allowStack, allowWalk, allowSit, allowRecycle, allowTrade, allowMarketplace, allowGift, allowInventoryStack, interactionType, behaviourData, cycleCount, vendingIDS, heightAdjustable, EffectId, IsRare, ExtraRot));
 

Users who are viewing this thread

Top