Author Topic: Very Confused  (Read 3285 times)

0 Members and 1 Guest are viewing this topic.

Offline JaTochNietDan

  • Street Thug
  • *
  • Posts: 1
    • View Profile
Very Confused
« 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.

Offline adamale

  • VC:MP Beta Tester
  • Wiseguy
  • *
  • Posts: 54
    • View Profile
    • GTAM.info
Re: Very Confused
« Reply #1 on: May 10, 2008, 11:13:32 am »
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 ;)

Offline Mex

  • Wiseguy
  • **
  • Posts: 63
    • View Profile
Re: Very Confused
« Reply #2 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.
« Last Edit: May 16, 2008, 06:06:56 am by Mex »

Offline GTA-Roloboy

  • Made Man
  • ***
  • Posts: 135
    • View Profile
Re: Very Confused
« Reply #3 on: May 16, 2008, 04:12:24 pm »
Waarom niet dan?