Recent posts

#1
Script Showroom / Re: Racing System (with checkp...
Last post by KazamaOp - Apr 01, 2025, 09:03 AM
there is problem!!!

This Msg Track Keep Spamming While Killing Someone
#2
Community Plugins / Re: Lua Plugin
Last post by MatheuS - Mar 29, 2025, 06:12 PM
Lua Plugin has been updated!

Now the plugin is in the latest version of VC-MP with the new features.

Features:
Player
  • player:kill()
  • player:set3DArrowToPlayer(Player targetPlayer, bool state)
  • player:get3DArrowToPlayer(Player targetPlayer)
  • player:setDrunkHandling(int drunkLevel)
  • player:getDrunkHandling()
  • player:setDrunkVisuals(int drunkVisual)
  • player:getDrunkVisuals()

Vehicle
  • vehicle:set3DArrowToPlayer(Player player, bool state)
  • vehicle:get3DArrowToPlayer(Player targetPlayer)

Vehicle Options
  • engine
  • boot
  • bonnet

Server Options
  • disableCrouch
  • bleeding

Github: https://github.com/rasikhq/VCMP-Lua
Wiki: https://github.com/rasikhq/VCMP-Lua/wiki

Blank Script (Lua Version): https://github.com/DizzasTeR/VCMP-Lua/wiki/Blank-Script

Downloads are available in the release section over at GitHub
#3
Off-Topic General / Re: Forum notification with An...
Last post by MEGAMIND - Mar 29, 2025, 12:19 PM
New app icon



Download
#4
General Discussion / Re: MEGAMIND'S VCMP BROWSER
Last post by MEGAMIND - Mar 28, 2025, 02:21 PM


Features
  • Security improved
  • Removed unwanted code
  • Fixed memory leak

Note: Win-7 users have to download it manually from website

Those who have the browser already installed will get a update automatically, those who are new to this browser can download and install the latest update

 




#5
Script Showroom / New function GiveAmmoToWeapon(...
Last post by [TDA]Speed - Mar 27, 2025, 08:07 PM
what this function used for ?
this function used to give the player ammo or weapon without changing his current weapon

GiveAmmoToWeapon(player, WeaponID, ammo);


place this function anywhere
function GiveAmmoToWeapon(player, weapon, amount)
{
local currentwep = player.Weapon;
local currentammo = player.GetAmmoAtSlot(player.Slot);
local weapon = weapon;
amount = amount;
player.GiveWeapon(weapon,amount);
if (currentwep != weapon ) player.SetWeapon(currentwep,currentammo);
}


example usage

if (player.GetWeaponAtslot(6) == 26) GiveAmmoToWeapon(player, 26, 30);

if player holding shotgun and picked m4 it will not change his weapon and will give him ammo for m4 without changing his weapon
#6
General Discussion / Re: MEGAMIND'S VCMP BROWSER
Last post by MEGAMIND - Mar 27, 2025, 02:04 PM


Features
  • Added vcmp forum android app notification server to browser
  • Api is required to interact from sending notifications from vcmp server to android app



if you see this for some reason in future just let me know



this is for the excessive usage of vcmp forum app api, i will reset it once u hit that error..! later will add an auto fixer too it..!

#7
Off-Topic General / Re: Forum notification with An...
Last post by MEGAMIND - Mar 26, 2025, 10:51 AM
Just noticed 😅 a total of 509 vcmp members using the android app..!

Thanks everyone..!
#8
Servers / Re: [0.4] New World City
Last post by KazamaOp - Mar 25, 2025, 10:42 AM
YAYY MY FAVORITE SERVER
#9
General Discussion / NWC's Comeback: A Strong Retur...
Last post by Emi - Mar 24, 2025, 12:57 AM
As most of you know, NWC was a server I've made in 2022
It went offline in 2024 I think so i rehosted it on my own resources in 2025

NWC v1.3
Is in work and I'm working to add the followings:

Vehicle system
New Teams&Skins
Fix the Duel System
GangWar System

IP:188.212.101.111:1337
Host:BanatSync (My own hosting company, want a VPS ? Feel free to order! )
#10
Servers / Re: [0.4] New World City
Last post by Emi - Mar 24, 2025, 12:41 AM
topic revival reply