function servercmdjetsoff(%client){PlayerStandardArmor.canjet = 0;announce('Jets are turned off.');}
As far as I know, you can't change datablock values mid-game. You'd have to set everyone's datablock to the noJet player. I assume that'd use a for() loop, but there's probably a better way so don't hold me on that.
Yes you can change them mid-game. However, the clients wont see the changes till they rejoin.
Quote from: Chrono on August 01, 2008, 07:12:57 PMYes you can change them mid-game. However, the clients wont see the changes till they rejoin. Yeah, they will. You can set their datablock to anything you want as long as you don't make a new datablock.