I would make a new window, add the information you want as a picture via texture with panel left and then add it to the correct windows group in xui.xml??? Guess no one else has tried this???
Is it possible to add in a image via URL i have a solid host for it just don't want players to need to down load a package to view and play on my serverI would make a new window, add the information you want as a picture via texture with panel left and then add it to the correct windows group in xui.xml
<texture name="Commands" pos="-250,-50" size="100,350" depth="0" material="Materials/Transparent Colored" texture="@http://whateversite/file.png" />
/Data/Config/XUi/windows.xml is where you make a new windowNow i am a little lost i what .xml should i add this new window to there are a few window.xml's
Thank you for all the help everyone got it working should be online soon lol./Data/Config/XUi/windows.xml is where you make a new window
Then you need to add the window to a group in /Data/Config/xui.xml depending one where you want it to be
Can you share the finished code?
would be nice :fat:
<window_group name="players">
<window name="NAMEOFWINDOW" />
<window name="players" />
</window_group>
<window name="NAMEOFWINDOW" width="250" height="746" panel="Left" cursor_area="false" >
<texture name="Commands" size="250,740" depth="0" material="Materials/Transparent Colored" texture="@http://YOURIMAGEURL" />
</window>