Diablobob
May 4th, 2024, 06:55
Hello,
I am adding a layer (with an extension) to an image and I am having an issue setting the layer to GM Only before adding stamps to it. I wish to add things to the layer so only the GM sees it.
local tLayer = {name = "layer_name",}
Image.addLayer(image_control, "paint", tLayer);
I can successfully add and delete the layer, just setting that property is eluding me at the moment.
Any assistance in this matter would be greatly appreciated.
V/r,
Diablobob
};
I am adding a layer (with an extension) to an image and I am having an issue setting the layer to GM Only before adding stamps to it. I wish to add things to the layer so only the GM sees it.
local tLayer = {name = "layer_name",}
Image.addLayer(image_control, "paint", tLayer);
I can successfully add and delete the layer, just setting that property is eluding me at the moment.
Any assistance in this matter would be greatly appreciated.
V/r,
Diablobob
};