How to get image from another resource?

Hello everybody,

I have two resources here:

ghost_inventory
vrp_notify

Inside ghost inventory folder has a lot of images from items, I’d like to know if there is a way to refers inside NUI of vrp_notify these images: for exemple:

in css (vrp_notify):
background-image: url(’@ghost_inventory/client/html/assets/icons/blablabla.png’);

1 Like

Try

nui://resourcename/client/html/assets/icons/blalalalaala.png
4 Likes

Thank you it works!