Recent posts

#31
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.
#32
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!
#33
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
#34
Community Plugins / Re: Discord Plugin
Last post by Necroso - Jul 09, 2026, 06:53 PM
Changelog: Version 0.4.5 (Unofficial)

After several years away from VC-MP, I discovered that the plugin could no longer connect to Discord. Since the original project was no longer functional with Discord's current services, I decided to update and maintain it.



📌 What's Changed?

  • TLS Handshake Fix: Fixed the critical TLS handshake error that prevented the plugin from communicating with Discord. Discord connections are now functional again.

  • 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.

  • Updated Build System: The Premake configuration and dependency handling have been updated for current Windows and Linux build environments.


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

Although the x86 (32-bit) builds for Windows and Linux were compiled successfully, recent versions of vcmpserver appear to have dropped support for 32-bit binaries.

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



⚒️ Linux Build Environment

  • Operating System: Ubuntu 22.04.5 LTS (Jammy Jellyfish)
  • Build Platform: WSL2
  • Architecture: x86_64 (64-bit host with i386 multiarch support)
  • Compiler: GCC/G++ 11.4.0
  • CMake: 3.22.1
  • Premake: 5.0.0-dev
  • glibc Build Environment: 2.35

Compatibility Notes

  • Linux binaries were built in an Ubuntu 22.04.5 LTS environment.
  • Separate x86 and x64 plugin binaries are provided.
  • The corresponding VC-MP server and plugin must use the same architecture.
  • The Linux builds dynamically link against system libraries such as libcurl, OpenSSL, Opus, libsodium and zlib.
  • Compatibility with distributions older than Ubuntu 22.04 is not guaranteed.



🔗 Pull Request & Downloads

A Pull Request containing the fixes has been submitted to the original repository maintained by Luckshya.

While the changes have not yet been merged, the source code and precompiled binaries are available here: https://github.com/Necroso/sleepydiscord-squirrel/releases/tag/0.4.5
#35
- [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.
#36
Off-Topic General / Girls From Your Town - No Self...
Last post by Milko - Jun 30, 2026, 06:44 AM
#37
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)
#38
Servers / Re: [XRR] eXtreme Racing Revol...
Last post by Gudio - Jun 24, 2026, 08:01 PM
Reserved
#39
Servers / [XRR] eXtreme Racing Revoluton...
Last post by Gudio - Jun 24, 2026, 08:00 PM

Server address
185.238.73.128:8192Domain / stats
xrr.vc-mp.eu
Direct connect
vcmp://185.238.73.128:8192

What is XRR?
XRR (Racing Revolution) is a lap-based circuit racing gamemode for VC:MP 0.4. It runs on its own dedicated world with persistent player accounts, ranked ELO, weekly challenges, seasons, achievements and a live HUD that turns every race into a duel against your personal best and your rivals.

History
XRR was one of the first servers on VC:MP 0.4 beta, was later shut down for several years, and is now back online and actively developed with improvements.

Race modes
  • Normal
  • Eliminate
  • Triathlon
  • Five Towers
  • Drift
  • Free Way
  • Two Ways
  • Skatepark

Race modifiers
  • Reverse, Drive-by, Drunk, Flat Tires
  • Flying, Pro Handling, Drive on Water
  • Drag, Ghost

Tracks
  • Over 400 unique racetracks to master.

Key features
  • ELO ranking - climb the leaderboard with every race.
  • Seasons & weekly challenges - /season and /challenges keep the competition fresh.
  • 18 unlockable achievements - goals for every skill level.
  • Ghost NPC - race against the server's best times.
  • Live timing HUD - PB delta on every checkpoint, purple sectors, fastest lap banner, rival widget and optimal lap tracking.
  • Unique custom GUI - Live timing HUD, checkpoint marker and other interface elements are custom-built for XRR and not seen on other servers.
  • In-game Race Utils - press F1 or F2 to teleport you back to checkpoints.
  • Multilingual - 12 languages supported in-game and on the web panel.
  • Web stats panel - player profiles, records, leaderboards and featured races at xrr.vc-mp.eu.
  • Discord - finish notifications and community at discordapp.com/invite/PFwem6J.
  • Player feedback - /like / /dislike races, /bug to report issues, /comment to leave race notes. Feature requests are considered by the team.
#40
General Discussion / Re: [REPORT] david58 (Slovakia...
Last post by VoidSlayer^ - Jun 16, 2026, 11:58 AM
This person is causing a DDoS attack on whichever server they play on. Therefore, if you want to keep your server safe, the first step is to permanently blacklist this person from your server.