Recent posts

#91
Anyone Knows ?
#92
Community Plugins / Re: Request Plugin - Lightweig...
Last post by MEGAMIND - Jul 19, 2025, 05:41 PM
Good one..!
#93
Community Plugins / Request Plugin - Lightweight H...
Last post by umar4911 - Jul 19, 2025, 05:16 PM
Introduction
Request Squirrel is a lightweight and easy to use module that allows Squirrel scripts to make HTTP requests.

Wiki/Example code
https://github.com/newhere491/request-squirrel/wiki


Features
  • HTTP GET Request
  • HTTP POST Request
  • HTTP PUT Request
  • HTTP DELETE Request

Advantages
  • Supports latest libssl version
  • Each request runs on a different thread so running requests wont add lag
  • Only plugin (till now) for squirrel that support POST, PUT and DELETE
  • Custom headers and JSON/body payloads

Installation/Requirements

Windows
You must install:

Linux
Run this
sudo apt update
sudo apt install libcurl4-openssl-dev

Binaries: https://github.com/newhere491/request-squirrel/releases

Plugin Source
https://github.com/newhere491/request-squirrel

#94
Community Plugins / Re: NPC/Bots implementation in...
Last post by 2b2ttianxiu - Jul 19, 2025, 12:38 PM
Hi habi, can u support my python plugin? I glad to invite you join our repo!
#95
Script and Content Requests / Re: is this a gui?
Last post by MEGAMIND - Jul 18, 2025, 09:47 PM
Quote from: Adrenaline on Jul 18, 2025, 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
#96
Is there a way to find out the coordinates of where a bullet hits?
#97
Script and Content Requests / is this a gui?
Last post by Adrenaline - Jul 18, 2025, 05:18 AM
What is this called and how can I put it on my server?
#98
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.
#99
Tutorials / Re: [MVL] How to import object...
Last post by Vicky - Jul 17, 2025, 12:40 PM
epik tutorial
#100
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.