Posted March 3, 20205 yr I just had a general question, how would I go about adding something like a webviewer or anything like that (even a minimap) to a GUIScreen? I've been looking through classes all day and I'm just lost at this point.
March 4, 20205 yr What version are you using? I'm eager to learn and am prone to mistakes. Don't hesitate to tell me how I can improve.
March 4, 20205 yr If you want to add/change HUD elements, subscribe to RenderGameOverlayEvent and render things there. If you want to change an existing GUI, one of the events in GuiScreenEvent should be enough. I'm eager to learn and am prone to mistakes. Don't hesitate to tell me how I can improve.
March 4, 20205 yr Author Just now, imacatlolol said: If you want to add/change HUD elements, subscribe to RenderGameOverlayEvent and render things there. If you want to change an existing GUI, one of the events in GuiScreenEvent should be enough. I forgot about that, thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.