Anyone have an example how to display ingame item image with out using imagelibrary with cui?
Is it posable to pull the image client side no no need to preload image?
CUI item image without Image Library?
Pretty much any plugin using the CUI that isn't dependent on ImageLibrary would be an example.
Images via the CUI are pulled client-side when using the CUI normally via URLs and such, otherwise you can use ImageLibrary to have images stored via the server DB and sent from the server.
I don't think you can pull item images from the client though using plugins.
ya i was hoping you could pull the item images with out having to use a url or imagelib for default rust item icon images.