Aight, i just got back from school and tried PlayerNoJet,
package defaultplayertype
{
function GameConnection::spawnPlayer(%this)
{
Parent::spawnPlayer(%this);
%this.player.changeDatablock(PlayerNoJet);
}
};
activatePackage(defaultPlayertype)
That's what the cs file looks like. I have the description in, but it's still not working. Yes, i enabled the add-on also.