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.
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 ;)
Quote from: JaTochNietDan on May 08, 2008, 09:54:32 PM
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.
Waarom niet dan?