It does display the message, but does the message say whether it worked? nopeThat function never sent any datablocks for me
worked for me back when i was Trolling in the Bluzone as an administrator with eval.yeah, i set the air control speed really high and everyone was crashing into walls and stuff.good times.
THe function sends updates to datablocks but doesn't seem to transmit new datablocks
1.) You're not supposed to be sending new datablocks mid-server. Updating is already iffy but new datablocks will actually crash your clients.2.) Pretty sure the way to send new datablocks is "updateDatablocks($MissionSequence);" or something like that.
datablock shapeBaseImageData(wandHat : wandImage){ mountPoint = 2;};transmitDatablocks();clientGroup.getObject(0).mountImage(wandHat,1);