yo if your still wondering go to bottom_background_border> 1027 bin > and replace with this
http://prntscr.com/elzil3 will look like that if it's what ur after
<?xml version="1.0" encoding="UTF-8"?>
<layout name="bottom_background_border" width="0" height="0" version="0.1"...
I never said you wouldn't get fat by eating bad food... you can get fat regardless the food you eat as long as it's a lot of it. I was saying dirty bulking will increase his body fat and the results from dirty bulking won't be as good compared to clean bulking
Depends on your metabolism , i'd give this a read http://www.bodybuilding.com/fun/mass_gain_diet_tips.htm disregard what the above have said probably skinny runts , keep your bulk clean otherwise you're going to get a lot of body fat :p
Kinda weird you did ask on a gaming forum over a...
Open up the project file then go to HabboHotel > Rooms > Chat > Commands > User
- Add a new class called TradeCommand.cs
- Go to commandmanager.cs and add this.Register("trade", new TradeCommand());
- Add in permission _commands command_trade
-...
You should have trade.cs if not
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.HabboHotel.GameClients;
namespace Plus.HabboHotel.Rooms.Chat.Commands.User
{
class TradeCommand : IChatCommand
{
public string PermissionRequired...