• Welcome to Vice City Multiplayer.
 

Very Confused

Started by JaTochNietDan, May 08, 2008, 08:54:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JaTochNietDan

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.

adamale

First of all you should download scripts from Script Showroom 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 topic. There are commands which are necessary to script anything. 

Good luck ;)

Mex

#2
Quote from: JaTochNietDan on May 08, 2008, 08: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.

GTA-Roloboy