I think you might need to apply the body parts/colours again after changing the dataBlock.Code: [Select]package NoJets{ function GameConnection::SpawnPlayer(%this){ Parent::SpawnPlayer(%this); %this.player.setDataBlock(PlayerNoJet); %this.ApplyBodyParts(); %this.ApplyBodyColors(); }};ActivatePackage(NoJets);
package NoJets{ function GameConnection::SpawnPlayer(%this){ Parent::SpawnPlayer(%this); %this.player.setDataBlock(PlayerNoJet); %this.ApplyBodyParts(); %this.ApplyBodyColors(); }};ActivatePackage(NoJets);