Recent posts

#11
Support / Game crash after joining
Last post by killer4nl - Jul 20, 2026, 06:04 PM
If i try joining a server after load my game crashes with no error :(

i have the dinput wide screen fix installed.

Any suggestions?
#12
Support / Re: Announce server to browser
Last post by Milko - Jul 20, 2026, 11:57 AM
You need to suck my dick and then die
#13
General Discussion / Re: [REPORT] david58 (Slovakia...
Last post by Milko - Jul 20, 2026, 11:56 AM
kewun is king
#14
General Discussion / Re: Fake Server Impersonation ...
Last post by PLAYER - Jul 20, 2026, 11:33 AM
hhhhhhhhhhhhhhhhhhhhhhhhhhhh  ;D  ;D  ;D  ;D  ;D  ;D  ;D  ;D  ;D  ;D  ;D  ;D
#15
Support / Announce server to browser
Last post by LamFloGaming - Jul 19, 2026, 01:11 PM
Hello, after many day developing my server. I bringing my server to a free hosting, but I want to more players find to my server by browser, but I have put announce 1 in server.cfg, but in Master list doesnt have my server. How to bring my server to Master List??? Thank for all helping!
#16
Support / Re: A new menu textures
Last post by LamFloGaming - Jul 19, 2026, 01:07 PM
Quote from: Xmair on Jul 18, 2026, 08:31 PMThe radar disc is already customizable. Simply place your custom radar disc here:

store/maps/radar/radardisc.png
The maps are customizable as well:

* Main menu map:
 
store/maps/radar/region00.png - region08.png
* Radar map:
 
store/maps/radar/section00.png - section63.png
As for the custom weapon icons, you can use custom weapons with the default weapon XML files (available in the MVL mod examples):
https://www.gtagarage.com/mods/show.php?id=16467

Get them from this path in the MVL archive:
mvl/help/samplewepxmls
and finally you can just put the weapon icon you want in the custom weapon archive.

The pause screen is not customizable.

More information here:
https://forum.vc-mp.org/index.php?topic=8.0

Thanks
#17
Support / Re: A new menu textures
Last post by Xmair - Jul 18, 2026, 08:31 PM
The radar disc is already customizable. Simply place your custom radar disc here:

store/maps/radar/radardisc.png
The maps are customizable as well:

* Main menu map:
 
store/maps/radar/region00.png - region08.png
* Radar map:
 
store/maps/radar/section00.png - section63.png
As for the custom weapon icons, you can use custom weapons with the default weapon XML files (available in the MVL mod examples):
https://www.gtagarage.com/mods/show.php?id=16467

Get them from this path in the MVL archive:
mvl/help/samplewepxmls
and finally you can just put the weapon icon you want in the custom weapon archive.

The pause screen is not customizable.

More information here:
https://forum.vc-mp.org/index.php?topic=8.0
#18
Support / Re: A new menu textures
Last post by DNeep - Jul 18, 2026, 04:11 AM
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.
#19
Support / Re: A new menu textures
Last post by LamFloGaming - Jul 16, 2026, 01:11 AM
Thanks. But I want to more customize of my server (radar disc, weapon icon,...)
#20
Support / Re: A new menu textures
Last post by Vicky - Jul 15, 2026, 02:29 PM
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.