Recent posts

#81
General Discussion / Re: MEGAMIND'S VCMP BROWSER
Last post by MEGAMIND - Apr 08, 2025, 07:48 AM


Features
  • Added Selectable masterlist's.. + Default list (Browser default list Set Already)
  • Added Server announcer. Announces to default list
  • localhost is now moved under connectivity tab along with announce button and masterlist button



Note: Windows 7 users can download it from website manually

Also, The servers that were / should ment to be official will be listed official which brought new ideas to vcmp alongside with old official servers, yet the rules remain same.. the servers or owners who will spam the masterlist will be banned forever...

Pm me or msg at Discord if ur server has new features other then other servers..! if it is really unique it will be listed as official in default masterlist...

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

#82
Scripting and Server Management / Re: Bot/Npc Error or Bug
Last post by ℛḝξ☂ - Apr 07, 2025, 04:15 PM
Are your plugins and starter in correct version?
#83
Scripting and Server Management / Re: Bot/Npc Error or Bug
Last post by PLAYER - Apr 07, 2025, 11:54 AM
Linux Server ( Not Attacking )
https://i.imgur.com/HWs2uqw.png
Blank Server ( Attacking )
https://i.imgur.com/asJh5fC.png
#84
Scripting and Server Management / Bot/Npc Error or Bug
Last post by PLAYER - Apr 07, 2025, 10:36 AM
Hello everyone Today i was trying to add bot in my server So i used Habi npc04rel64 Plugin Then I added The Bot in my server The Bot Sucessfully Joined Server But When I tried to make it Attack Players it Doesn't attacked any player I used This Script
function OnNPCScriptLoad( params )
{
SetTimerEx("Check", 200, 0);
}

function Check()
{
if(GetTarget()!=-1)
return;

for(local i=0;i<100;i++)
{
if(IsPlayerConnected(i)&&IsPlayerStreamedIn(i))
{
if(GetPlayerState(i)==PLAYER_STATE_AIM)
{
if(GetDistanceFromMeToPoint(GetPlayerPos(i))<40)
{
if( GetTarget()== -1 )
ShootPlayer(i);
}
}
}
}
}

Its Working on Blank Server Windows But when I Try to add in it my Real server Linux Its not show any error on Console Just Bot Stand at one Place and Don't shoot
In Blank Server SHooting
but in Linux Server not shooting even with same script and also there is no error on Console

#85
Community Plugins / Re: NPC/Bots implementation in...
Last post by PLAYER - Apr 07, 2025, 07:52 AM
I wanna make my Bot Shoot players but i can't because of this error
#86
Community Plugins / Re: NPC/Bots implementation in...
Last post by PLAYER - Apr 07, 2025, 07:51 AM
Hi Habi I am Having Problem With Loading These Plugins
Failed loading plugin: rpclib
Failed loading plugin: actionlib
 Loaded 0 plugins.

AN ERROR HAS OCCURRED [the index 'GetTarget' does not exist]
CALLSTACK
*FUNCTION [Check()] npcscripts/shoot.nut line [8]

ConnectNPC("bot","shoot.nut",false,"","rpclib actionlib");
#87
Scripting and Server Management / How to Spawn Player Fast
Last post by PLAYER - Apr 07, 2025, 06:20 AM
Hello do someone know how can i spawn player Fast ? I mean as Asian City when Player Die The Death Camera Clear Fast and Then Player Can Spawn Fast Do someone Know how to do it ?
#88
Scripting and Server Management / Re: 04rel004 Linux x64
Last post by PLAYER - Apr 06, 2025, 01:28 PM
Thanks I appreciate
#89
General Discussion / Re: MEGAMIND'S VCMP BROWSER
Last post by MEGAMIND - Apr 06, 2025, 10:29 AM
Quote from: MEGAMIND on Apr 04, 2025, 08:05 AM

Features
  • Added Notification channel id available for own apps or websites
  • Added Discord send and receive messages with username role colors




Note: Windows 7 users can download it from website manually (Pending not yet available)

Usage: API available at 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

 






As mentioned earlier we had some issues compiling the browser supporting discord messages for win7 that issues is now resolved, so the users with win7 can now download it from website manually..

Also note that this version doesnt support discord users role color messages that means u will still send and recive msgs but without the role colors that are in discord ( in other words u will have to define colors in ur server for the reciving msg )
#90
Scripting and Server Management / 04rel004 Linux x64
Last post by PLAYER - Apr 05, 2025, 12:47 PM
Hi Guys! I am Finding 04rel004 Version of VC:MP Server If someone Have it Please Send me