A new menu textures

Started by LamFloGaming, Jul 15, 2026, 07:21 AM

Previous topic - Next topic

LamFloGaming

Hello there, After spending over a month programming my server, I feel something is still missing though I'm not sure if it's even possible to implement and that is the ability to load textures for the UI (such as the radar, radar ring, weapon icons, pause screen, etc.).

I wish everyone can help me!
Helloooo, LamFlo is hereee!!!

Vicky

Quote from: LamFloGaming on Jul 15, 2026, 07:21 AMHello there, After spending over a month programming my server, I feel something is still missing though I'm not sure if it's even possible to implement and that is the ability to load textures for the UI (such as the radar, radar ring, weapon icons, pause screen, etc.).

I wish everyone can help me!

Check out the VC:MP Wiki and forum for more information.

LamFloGaming

Thanks. But I want to more customize of my server (radar disc, weapon icon,...)
Helloooo, LamFlo is hereee!!!

DNeep

I think the main limitation here is that the server cannot directly replace the native VC: MP/GTA UI textures like the radar disc, radar ring, weapon icons, or pause menu through normal server-side scripting. However, you could probably recreate most of the visual UI using client-side scripting and custom GUI elements. For example, a custom HUD/overlay could be built with images, labels, and icons, similar to how custom GUI systems are used in other VC: MP projects.
The radar and weapon icons may require a client-side workaround rather than simply loading a new texture into the original game UI. If you share exactly which UI elements you want to replace first, it would be easier to check what is realistically possible in VC: MP.