1. Hello everyone,

    As the title says i want to store an image and retrieve it from the file ..

    What i have for now is:
    Code:
    FileStorage.server.Store(numArray, FileStorage.Type.png, this.net.ID, num3);
    
    and
    rust-community/CommunityEntity.UI.cs at master · Facepunch/rust-community · GitHub to retrieve the image and send it on the screen.

    What do i want exactly to know is: I dont know what to put in: FileStorage.server.Store(numArray, FileStorage.Type.png, this.net.ID, num3); Do you have any examples :x ? Thanks for any help.
    [DOUBLEPOST=1441656748,1441548246][/DOUBLEPOST]Any1 ^^ ?
     
  2. Calytic

    Calytic Community Admin Community Mod

    I have attempted this and failed. I would like to know if this is possible as well. It could significantly reduce the bandwidth impact of CommunityEntity GUIs that require a webserver to host hundreds of images..
     
  3. Did you try just putting an arbitrary number as the netid? Try 12345678 or whatever and see if you can store/retrieve images with it. I assume the other number is just an index number.