I tryed to make a player with the inventory slots thing that allows you to have multiple inventory slots
Shouldnt this work?
This is file Player_Multiitems.cs
//no jets at all
datablock PlayerData(PlayerMultiItems : PlayerStandardArmor)
{
minJetEnergy = 0;
jetEnergyDrain = 0;
canJet = 0;
uiName = "No-Jet Player";
showEnergyBar = false;
maxTools = 25;
maxWeapons = 25;
};
This is Server.cs
exec("./Player_MultiItems.cs");