Author Topic: A Jet-removing console Commmand?  (Read 1802 times)

If anyone knows, I was wondering if there was a console command to add/remove jets in a dedicated server.


Not what he means. He wants to give everyone the no-jet player without a minigame on his dedi.(And without events.)

Not sure it is possible.

Not sure it is possible.
Whatcha talking about? of course it is possible.

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

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

Thanks, I'll try it.

Bump, I tried it, and it did not work. I executed the command properly.

Try this

PlayerStandardArmor.canJet = 0;

Try this

PlayerStandardArmor.canJet = 0;

Trying.
It finally works. Thanks for your help.
« Last Edit: November 29, 2008, 01:56:15 AM by Hunter »