Author Topic: extra inventory slot problem  (Read 641 times)

I finally got more than 5 inventory slots in a player type, the only problem is that you can only use 5 of the items and only 5 slots show up on your screen. Here is the code.
Quote
//Player_Ninja
datablock PlayerData(Ninja : PlayerStandardArmor)
{
   minJetEnergy = 0;
   jetEnergyDrain = 0;
   canJet = 0;

   maxTools = 8;
   maxWeapons = 8;

   maxForwardSpeed = 16;
   maxBackwardSpeed = 12;
   maxSideSpeed = 12;

   maxForwardCrouchSpeed = 10;
   maxBackwardCrouchSpeed = 7;
   maxSideCrouchSpeed = 7;

   maxDamage = 100;

   runSurfaceAngle  = 70;
      jumpSurfaceAngle = 70;

   canClimb = 1;
   alwaysClimb = 0;
   wallJumpVel = 12;
   wallClimbVel = 12;

   airControl = 0.15;
   speedDamagescale = 1.9;

   uiName = "Ninja player";
};

There's an "Extra Inventory Slots" support file available somewhere that fixes this. Copy that file into your Add-On's folder, execute it in server.cs and give credit.

There's an "Extra Inventory Slots" support file available somewhere that fixes this. Copy that file into your Add-On's folder, execute it in server.cs and give credit.
i cant seem to find it



you win the topic =D

I guess that link will stop being valid after RTB 3 is released and the old forums deleted. So I win for now...

I guess that link will stop being valid after RTB 3 is released and the old forums deleted. So I win for now...
It's on the RTB3 forums too.
http://forum.returntoblockland.com/dlm/viewFile.php?id=126

Chrono wins the topic.