Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: JaTochNietDan on May 08, 2008, 10:54:32 pm

Title: Very Confused
Post by: JaTochNietDan on May 08, 2008, 10:54:32 pm
Hey everyone, I have been looking around the forum for a while now about scripting and I must say I'm so confused. I can script everything in SA-MP, I always thought that the scripting of VC:MP was done in the Config file, but here it seems its all done through MIRC or something!! Can someone explain how I could make something like a /cargod to make the car invincible or maybe the same thing for a player. Please anything I can start with. I'm so confused about loading the scripts into the actual game.
Title: Re: Very Confused
Post by: adamale on May 10, 2008, 11:13:32 am
First of all you should download scripts from Script Showroom (http://forum.vicecitymultiplayer.com/index.php?board=16.0) and check how they work. If you have no experience with mIRC scripting language I recommend you to find some basic tutorials in the web. Also, look at this (http://forum.vicecitymultiplayer.com/index.php?topic=135.msg799#msg799) topic. There are commands which are necessary to script anything. 

Good luck ;)
Title: Re: Very Confused
Post by: Mex on May 16, 2008, 06:05:21 am
but here it seems its all done through MIRC or something!!

basically mIRC connects to the vcmp server using a DLL file.

The server sends data to the DLL when an event happens, then calls signals in all running script/s.  Eg. A player spawns, or enters a vehicle.
mIRC can send data to a DLL file, which can retrieve value/s from the server or do something which doesn't require a value retrieved to the server.  Eg. Getting a player's health, or kicking a player from the server.
Title: Re: Very Confused
Post by: GTA-Roloboy on May 16, 2008, 04:12:24 pm
Waarom niet dan?