Signs random empty after restart
Howdy Guys!
I need some help with the signs on my servers. If I use the SignArtist plugin or a plugin to prevent developers to paint on a sign, exactly this functions:

"sign.textureID = FileStorage.server.Store(this.signs[sign.net.ID], FileStorage.Type.png, sign.net.ID);
sign.SendNetworkUpdate();",

are causing, that my signs are empty after a server restart. (Not all of them and everytime on different positions) I already tried to save the bytes in an external file and load them after the restart onto that picture frames, but I messed up with some datatypes...

Thanks for any help!
Are you using the same image for each sign? If so, I recall there being an issue with how Rust stores images, where only one of the same image can be used on a sign.
Crazy! I was searching for 2 days now, why the signs are not stored correctly and you´re right! Now if I use the SignArtist plugin to upload a picture I make them unique by adding a dot or sth on them, the server will load them correctly after a restart.

Thanks!
hey, ok wait to understand for me if I use 2 or more of the same picture and open it manually to add a dot or what ever they will stay after Server restart? I had always the same issue where some pictures signs was empty after Server restart. I add always a new one on them and after a few times they stay there :D

i will try this later too 
Yea! I added on all signs a small dot so they are unique and now they are all saved correctly. xD