Recent posts

#1
Support / Re: A new menu textures
Last post by DNeep - Today at 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.
#2
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,...)
#3
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.
#4
Support / A new menu textures
Last post by LamFloGaming - Jul 15, 2026, 07:21 AM
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!
#5
Community Plugins / Re: Lua Plugin
Last post by Necroso - Jul 09, 2026, 11:02 PM
Changelog: Version 2.9 Beta (Unofficial)

This release introduces a major database backend upgrade by replacing MySQL with PostgreSQL, providing better stability, performance, and modern database features.

In addition, the plugin is now available for both 32-bit and 64-bit builds on Windows and Linux, making deployment easier across different server environments.





Database Migration

The plugin now uses PostgreSQL instead of MySQL.

Improvements

  • Replaced MySQL backend with PostgreSQL
  • Added automatic reconnect and connection validation
  • Added support for parameterized queries
  • Added native JSON / JSONB support
  • Added automatic Lua table ↔ JSON conversion
  • Improved query safety and stability
  • Better handling for integers, floats, booleans, NULL values, and arrays



Platform Support

Available Builds

  • Windows x86 (32-bit)
  • Windows x64 (64-bit)
  • Linux x86 (32-bit)
  • Linux x64 (64-bit)



PostgreSQL Usage Guide

Creating an Account

Code (lua) Select
local account = PostgreSQL.createAccount(
    "127.0.0.1",
    "postgres",
    "password",
    "database_name",
    5432
)

Creating a Connection

Code (lua) Select
local db = PostgreSQL.createConnection(account)

Executing Queries

Code (lua) Select
db:execute(
    "INSERT INTO players(name, score) VALUES($1, $2)",
    "player_name",
    100
)

Querying Data

Code (lua) Select
local result = db:query(
    "SELECT * FROM players WHERE id = $1",
    1
)

for _, row in ipairs(result) do
    print(row.name, row.score)
end

JSON Support

Lua tables are automatically converted to PostgreSQL JSON.

Code (lua) Select
local inventory = {
    weapons = {
        "M4",
        "Shotgun"
    },
    money = 5000
}

db:execute(
    "INSERT INTO users(data) VALUES($1)",
    inventory
)

JSON and JSONB fields are automatically converted back into Lua tables when queried.



General Improvements

  • Replaced MySQL with PostgreSQL as the default database backend
  • Added native support for Windows and Linux (x86 and x64)
  • Improved database abstraction layer
  • Internal stability improvements and refactoring

Downloads are available here: https://github.com/Necroso/VCMP-Lua/releases/tag/v2.9-beta
#6
Community Plugins / Re: Discord Plugin
Last post by Necroso - Jul 09, 2026, 06:53 PM
Changelog: Version 0.4.5 (Unofficial)

After years away from VC-MP, I noticed the plugin no longer worked. Since it was no longer able to connect to Discord, I decided to fix and maintain it myself.

📌 What's Changed?

  • TLS Handshake Fix: Fixed the critical TLS Handshake error that prevented the plugin from communicating with Discord. The plugin is now fully functional again.
  • Full Cross-Platform Support: Compiled and tested binaries are available for both Windows and Linux.
  • 32-bit and 64-bit Builds: Both x86 (32-bit) and x64 (64-bit) builds are provided for each supported operating system.

⚠️ Important Note Regarding VC-MP Server (x86)

Although x86 (32-bit) builds for both Linux and Windows are available and have been tested successfully, recent versions of vcmpserver appear to have dropped support for 32-bit binaries.

Migrating both the server and plugins to x64 is strongly recommended.

⚒️ Build Environment
  • Operating System: Ubuntu 26.04 LTS (Resolute Raccoon)
  • Architecture: x86_64 (64-bit)
  • Compiler: GCC/G++ 15.2.0
  • CMake: 4.2.3
  • glibc: 2.43
  • libstdc++: GLIBCXX 3.4.34

Compatibility Notes
  • Linux binaries were compiled on Ubuntu 26.04 LTS.
  • Minimum required runtime: glibc 2.43.
  • Minimum required libstdc++ version: GLIBCXX 3.4.34.
  • Older Linux distributions may not be compatible due to older versions of glibc or libstdc++.

🔗 Pull Request & Downloads

A Pull Request (PR) containing all fixes has already been submitted to the original repository maintained by Luckshya.

While the changes have not yet been merged, precompiled binaries are available here:

https://github.com/Necroso/sleepydiscord-squirrel/releases/tag/0.4.5
#7
- [GLD] GLADIO is an international VCMP organization that brings together players from all countries who reject cheating, believe in fairness, and are committed to supporting the stability, unity, and continuity of the BRL server. We believe that without the server, there is no community. Therefore, our members are expected to protect and contribute to the server through respect, teamwork, and responsible behavior.

GLADIO follows a server-oriented policy that stands firmly against racism, discrimination, and toxic behavior. We welcome players of every nationality and background, judging them only by their character, discipline, and sportsmanship. Based on the passing time and obtaining the trust players get promoted within the organization!

Another core value of GLADIO is supporting newcomers. Rather than excluding players who are new to the world of VCMP, we guide them, help them improve, and encourage them to become responsible and respected members of the community. We strive to maintain a disciplined organization built on strong determination, integrity, and a high sense of responsibility.

The organization was founded on 22/07/2025 by Sonny_Forelli[GLD], together with his trusted companion and spiritual elder brotha Second Founder [GLD]Mr.Bladez. Their vision was to establish a united and well-organized community that would first strengthen the BRL server and then contribute positively to the wider VCMP community through cooperation, mutual respect, and fair play.

Main Rank Structure

- Founder
- Second Founder
- Leader
- Co-Leader
- Head of Women Branch
- Full Member
- Captain
- Sergeant

Members

🇹🇷 Founder:Sonny_Forelli[GLD]
🇪🇪 Second Founder:[GLD]Mr.Bladez
🇻🇪 Leader:[GLD]Lekianor
🇧🇴 Co-Leader:[GLD]Yersel^
🇹🇷 Co-Leader:[GLD]king
🇦🇷 Co-Leader:[GLD]Uriel^
🇦🇷 Head of Women Branch:[GLD]Uvita
🇦🇷 Full Member:[GLD]Nahuel
🇹🇷 Full Member:[GLD]Husrev_aga
🇵🇪 Full Member:[GLD]alem123
🇸🇾 Captain:[GLD_C]Hadi

Latest Update

    30/06/2026
Official VCMP Forum Topic Published.
#8
Off-Topic General / Girls From Your Town - No Self...
Last post by Milko - Jun 30, 2026, 06:44 AM
#9
Server & Plugin Updates / Server Update Released (2026-0...
Last post by AdTec_224 - Jun 27, 2026, 06:26 PM
  • Fixed potential memory leak resulting in a crash

Server downloads:
Windows Server (x64)
Linux Server (x64)
#10
Servers / Re: [XRR] eXtreme Racing Revol...
Last post by Gudio - Jun 24, 2026, 08:01 PM
Reserved