Recent posts

#1
Script and Content Requests / Re: is this a gui?
Last post by MEGAMIND - Today at 09:47 PM
Quote from: Adrenaline on Today at 05:18 AMWhat is this called and how can I put it on my server?
yes its a gui and u need to code it in clientsode scripts, check wiki for more info
#2
Is There any Way to Get Cordinates of a Place where we Shoot ?
#3
Script and Content Requests / is this a gui?
Last post by Adrenaline - Today at 05:18 AM
What is this called and how can I put it on my server?
#4
Server & Plugin Updates / Re: Server Update 0.4.7.1 Rel...
Last post by Rafael - Jul 17, 2025, 07:02 PM
Megamind shared these links, this server contains the necessary plugins and I was able to play with it: https://forum.vc-mp.org/index.php?msg=54920

It would also be great to add the necessary libraries to the client to run with this server. The following had to be done: https://forum.vc-mp.org/index.php?msg=54936

It would be great if the client and server had everything they needed out of the box, so that those who don't really understand the topic could play without any problems.
#5
Tutorials / Re: [MVL] How to import object...
Last post by Vicky - Jul 17, 2025, 12:40 PM
epik tutorial
#6
Community Plugins / Re: New Python Plugin
Last post by 2b2ttianxiu - Jul 15, 2025, 04:34 PM
up to now, we have refactored all the relevant c(or cpp) code to rust
until now, we are testing the Rust and Python code to make sure all functions work!
if you're interested in our project, you can contribute your code and send a pull request to us!
we have incorporated some features that the Squirrel language does not natively support into our project
of course, this also includes a server hot-reload feature (reference: https://forum.vc-mp.org/index.php?topic=9251.0)

if you'd like to give it a try, you can check it out at https://github.com/tianxiu2b2t/vcmp-python-plugin.
#7
oh, i understand it
#8
maybe you use forward udp?
#9
How everybody is doing. With the help of openai models, i quickly made this tool which do what written in subject.

(mediafire) (library, how-to and source) (23.80 KB)

1. You need to create a text file npcnames.txt in server directory:
Alfred
John
medic
npc100
mike

2. Find libvcmpintercept.so in downloaded files and put it also in server directory.

3. Preload the library and specify the server port to run the server
VCMP_SERVER_PORT=8192 LD_PRELOAD=./libvcmpintercept.so ./mpsvrrel64_v39

Images

The npcs Alfred and mike are connected, their names entered at sl.no 1 and 5 respectively in npcnames.txt is not shown in the list to a client !

PS: The source could be more bit more optimized.
#10
Scripting and Server Management / Re: How to Block Action 42
Last post by PLAYER - Jul 14, 2025, 09:26 AM
Thanks You Guys For Helping I Appreciate It