Author Topic: Help with turning Jet off  (Read 1949 times)

I am wanting to turn jet off permantally! How do I do this? Im Brain-Dead in BLR!

Select it in Advanced Options before you start the server.

yea, what exactly do i select! Duh!

Lol isn't it obvious?

Dude, There is no falling damage, the e-tard thing and only the auto-coloring stuff. This is a lot of help, Take a screen shot and circle it, cause i must be blind. Im wanting Jet Off, Not in a mini-game. I want it off totally!

If you were in that server (MOTE or USSR?), they probably had a mod.

And why would you want jets off? handicap.

Enter             playerstandardarmor.canjet = false;          everytime you start a server. You could also get someone to make a mod so the server auto does this, or spawns you in a different datablock.

Help with turning Jerk off


Can't seem to get it to work.

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);