Recent posts

#1
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
#2
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
#4
- [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.
#5
Off-Topic General / Girls From Your Town - No Self...
Last post by Milko - Jun 30, 2026, 06:44 AM
#6
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)
#7
Servers / Re: [XRR] eXtreme Racing Revol...
Last post by Gudio - Jun 24, 2026, 08:01 PM
Reserved
#8
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.
#9
General Discussion / Re: [REPORT] david58 (Slovakia...
Last post by PLAYER - Jun 23, 2026, 12:04 PM
vcmp team must take serious actions on him as he tried to DDoS my server too but failed
#10
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.