Not sure it is possible.
PlayerStandardArmor.dataBlock.canJet = 0;
I think this would work, seems to be working for me;Code: [Select]PlayerStandardArmor.dataBlock.canJet = 0;In the dedi console.
Try thisPlayerStandardArmor.canJet = 0;