//no jets at alldatablock PlayerData(PlayerMultiItems : PlayerStandardArmor){ minJetEnergy = 0; jetEnergyDrain = 0; canJet = 0; uiName = "No-Jet Player"; showEnergyBar = false; maxTools = 25; maxWeapons = 25;};
exec("./Player_MultiItems.cs");
uiName = "No-Jet Player"; should be changed.
Actually you'd need that for this to work. It's on the old RtB site under resources. It's Inventory Slot Support or something like that.
I got Support Inventory slots modBut i dont see the Player_MultiItems add-on on the add-on list
Copy Player_MultiItems.cs into your Add-On's folder so the exec will work.
I tryed to make a player with the inventory slots thing that allows you to have multiple inventory slotsShouldnt this work?This is file Player_Multiitems.csCode: [Select]//no jets at alldatablock PlayerData(PlayerMultiItems : PlayerStandardArmor){ minJetEnergy = 0; jetEnergyDrain = 0; canJet = 0; uiName = "No-Jet Player"; showEnergyBar = false; maxTools = 25; maxWeapons = 25;};This is Server.csCode: [Select]exec("./Player_MultiItems.cs");