Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MEGAMIND

#1
Quote from: Rafael on Jun 18, 2025, 07:06 PMMEGAMIND, Great, thanks! The files are there. Can you tell me where to unpack the archive so that "Vice City Multiplayer" does not require downloading?
I tried to unpack it to "C:\Users\Rafael\AppData\Local\Vice City Multiplayer", next to VCMPBrowser.exe.
I tried to unpack it to the server folder.
I tried to unpack it to the game folder.
Unfortunately, it did not help.

I downloaded this "https://u04.thijn.ovh/files/build66B660F1.7z"
My client is 0.4
Server version is VCMP04_server_v39
Vice City Multiplayer says server is 0.4.7.1.

Probably needs to be unpacked into a specific folder.
u dont need too, the browser does eveeything itself
#2
Quote from: Rafael on Jun 18, 2025, 08:22 AMThe client requests a file from the server http://u04.vc-mp.org/download
(MIME Multipart Media Encapsulation, Type: multipart/form-data, Boundary: "------------------------8cb94bca9767282c"), but the server does not return the file.
https://u04.thijn.ovh/download
#4
Quote from: Rafael on Jun 15, 2025, 09:52 AMHello everyone, I'm looking for a full version of the client for some available server.

If I download the latest version from the site and moddb the client tries to download some 7z archive (684e9679000072ae.7z), but it is not available. Does anyone have this file? or maybe a compatible server and client (old versions).

I want to play with a friend locally.

Thanks!
https://www.moddb.com/downloads/mirror/75598/130/258b61ffd079914289278da8131d99ce/?referer=https%3A%2F%2Fvc-mp.org%2F

http://files.thijn.ovh/download/9cedd88d75c4d0d76369b772342b4ba9/Blank%20Server%20-%209th%20August,%202024.zip
#5


Features
  • Minor Bug Fixes
  • Stable Release

Update your browsers to stable release (Recomended)

Note: Windows 7 users can download it from website manually

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

 




#6


Features
  • Added ingame GUI Browser (Like MTA SA)



Note: Windows 7 users can download it from website manually

Usage: openurl(url, playerid, playerip) -> api

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
#7
Off-Topic General / 💲Vice Earn 💵
May 02, 2025, 06:32 PM

🎮 ViceEarn by Megamind – Earn Real Cash Playing GTA VC / 3 / SA

ViceEarn is a unique mod for GTA: Vice City developed by Megamind that lets players earn real-life money by completing in-game tasks and challenges.

🔹 What is ViceEarn?

ViceEarn transforms your GTA VC experience into a money-making opportunity. Instead of just playing for fun, this mod allows you to:
  •     Complete missions and objectives.
  •     Get rewarded with points or in-game currency.
  •     Convert those points into real cash via supported payout methods (like PayPal or UPI).

💰 How Do You Earn?

   
  • Download and install the mod from Official Website.
  •     Join the official Discord: https://discord.gg/MrF7fPH4DB
  •     Play GTA Vice City as normal.
  •     Complete tasks.
  •     Get rewarded based on your performance and time played.
  •     Cash out once you meet the withdrawal threshold.

🔗 Useful Links:

    🌐 Website: https://earnvc.netlify.app
    💬 Developer: Megamind (MEGAMIND#8033 on Discord)

#8
Quote from: ESoap on Apr 26, 2025, 05:21 PMI'm thinking of opening a Vcmp server. I've been playing for years but I don't know how to code. Tell me where and how I can learn.
https://wiki.vc-mp.org/
#9
Quote from: PLAYER on Apr 23, 2025, 02:26 PMCan you please Provide the link for it Because i tried my best to found it but i failed  :-[
use the search button next time
 everything is available on this forum 
https://forum.vc-mp.org/index.php?topic=8799.0
#10
Quote from: PLAYER on Apr 23, 2025, 10:08 AMHello Guys! I came to know how can we Give damage to our Bot it keep shooting me and I Got damage but if I Shoot it It don't get any damage Please tell me the way to give bot damage as our Player get Damage on shoot
use neccesary plugins available on habi's wiki
#11
Quote from: 2b2ttianxiu on Apr 16, 2025, 08:54 AMI want to use csharp language to make dll c squirrel or call with python, but how can i make it(?
or how to fast develop plugin
YOU can simply adapt that by using plugin sdk of vcmp & Download sources from Habi's basic plugin download fiels check whats going on..! use those in chsarp if ur good at it
#12
Quote from: PLAYER on Apr 09, 2025, 01:55 PMI used the Same Structure You Gave me:-
ConnectNPCEx("Bot", Vector(-1375.21, -664.22, 14.1484), 90.0, 1, 26, 255, "shoot.nut", true, "127.0.0.1", "rpclib actionlib");

But its still showing error
Failed loading plugin: rpclib
Failed loading plugin: actionlib
 Loaded 0 plugins


make sure these are linux plugins not the win architecture, also  make sure the plugins are in right path
npcscripts/plugins
#13
Quote from: PLAYER on Apr 09, 2025, 01:44 PManyone know how to fix ?
use linux binaries from habi's repo
#14


Features
  • Added Native System Notifications for Browser (Will now display posts from forum)



Note: Windows 7 users can download it from website manually

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
#15
Quote from: PLAYER on Apr 07, 2025, 07:51 AMHi 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");
Use Habi's Wiki for NPC Stuff

the correct usage of npc connection is

ConnectNPCEx("npcname", Vector(x, y, z), angle, skinid, wepid, color, "script.nut", false, "127.0.0.1", "rpclib z-finder actionlib npcmodule");