• Welcome to Vice City Multiplayer.
 
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 - VercettiG

#16
mIRC/pawn Scripting / Re: Personal messages?
July 13, 2007, 10:06:53 PM
The /msg command isn't related to mIRC scripting as far as I know. It's already there.
#17
Public Beta / Re: Publicbeta (0.3z)
July 13, 2007, 10:05:14 PM
You can, YaceQ. :) The frame limiter HAS been fixed. It doesn't matter if it's on or off anymore.
#18
General Discussion / Re: Forum Time
July 07, 2007, 08:17:45 PM
Hot, it is fixed. :p
#19
General Discussion / Re: Forum Time
July 07, 2007, 10:29:09 AM
Hmmm seems you are right. Just went into "My profile" and choosed "Look and Layout Preferences", changed the settings, but didnt seem to work properly.
#20
The tank/rhino should not crash VCMP. It may make your server less stable, but it should not make it crash completely.
#21
General Discussion / Re: Multi for GTA 3
July 03, 2007, 06:03:14 PM
Quote from: VRocker on July 03, 2007, 05:57:37 PM
A new MP mod for GTA3 would be great! LC-MP isn't that popular (personally i dont like GTA:LC but that may be because its only ever worked once) but a lot of people miss the classic GTA3 feel. I know i do!
Yeah I got the same feeling. :(

Good to have you back, Vrocker. :)
#22
General Discussion / Re: Multi for GTA 3
July 03, 2007, 02:16:50 PM
Problem is that things don't exactly work the same way in GTA3 and VC. The devs would have to rewrite a looooooooooot of code.
#23
Support / Re: config.ini file
July 01, 2007, 07:42:09 PM
It may be that you have reached the vehicle limit.
#24
Support / Re: config.ini file
July 01, 2007, 06:47:41 PM
Yeah, you can replace them with any car you want and at any place. No matter what the ammount is. :)
#25
Support / Re: Server vulnerable?
June 30, 2007, 08:32:06 PM
I think we've encountered this problem too at Littlewhitey's. It can't track their IP address, for some reason.
#26
How to add skins/vehicles into the configuration file

Here's a little tutorial on editing or adding skins and vehicles to your configuration file. This is the configuration file every server uses for their gamemodes.

In this tutorial, we will be talking about the "config.vcmp.ini" file, that can be found inside the "VCMP" folder in the archive.

You can find it here:
Windows Server: http://vicecitymultiplayer.com/downloads/03z_r2/server0.3zr2(pawn)(win)(updated2).zip
Linux Server: http://vicecitymultiplayer.com/downloads/03z_r2/vc-mp-server0.3zr2(pawn)(linux)(updated2).zip
Anyway, let's get started...

Skin setup:
Try to open the "config" file in notepad, and go down to the place saying:

<<<<< START OF CLASSES >>>>>
This is where player skins are identified and set.

If you go down a bit, you'll see a text saying:

ClassDescription = Working_Class
Class = -1 61 335.5701 -233.9047 29.6466 164.1848 1 1 17 250 21 100; constructionworker1


This is the first skin of the server. It defines where the player is located when spawning, it defines the players weapons, and it defines the skin of the player.

This is how the syntax works:

Class = (0 = team / -1 = independent) (skin id) (x spawn) (y spawn) (z spawn) (z angle) (weapon 1 ID) (weapon 1 ammo)  (weapon 2 ID) (weapon 2 ammo) (weapon 3 ID) (weapon 3 ammo)

How do I insert a vehicle on my server?
It's pretty much the same thing for vehicles. You just don't need the weapon syntax!

I have edited my config file and would like to run it. How?
Be sure to rename your file to "config". The server will be looking for a file with that name. Also be sure you have set an admin password inside the config file!

How do I get coordinates?
QuoteWhat is ?build mode? and how does it work?
Build mode is a part of VC-MP where you can get coords for specific vehicles and skins.
It comes with VC-MP, so you do not need to download it from anywhere.

To activate build mode: Rename your ?gta-vc? file into ?gta-vc -d?.
Double click it (like single player) and wait till you get through the loading screen.
When that's done, simply open the chat (by clicking T), and type: /build
This will activate build mode, and your camera will not be stuck anymore.

To spawn a vehicle in build mode, do: /vehicle <VehicleIDGoesHere>
Note: Do not use < and > in the syntax! This is just for demonstration usage.
When your vehicle has been spawned, please go into it and drive it to the place desired.

To select another skin (pedestrian), do: /skin <SkinIDGoesHere>
Note: Do not use < and > in the syntax! This is just for demonstration usage.
When found the desired skin, please go to the location you'd like to get coords from.

Saving vehicle and skin coordinates:
To get your coordinates, do: /save
This will save the coordinates for your vehicles and skins. They will be saved into a newly created file in your VC-MP directory (Usually Vice City directory).
The newly created file should be having the following name: ?savedpositions?
Ignore all the zeroes in the file. Just copy the coordinates and put them into the server configuration file, ?config?. Ofcourse you should know where to place them exactly, as vehicles and skins both have a specific syntax in the file.

Attention: After editing your ?gta-vc? file into ?gta-vc -d?, VC-MP will be unable to run. In order to make it run, change it back to default. ?gta-vc?, that is.

Where do I get the skin IDs and vehicle IDs?
Skin IDs: http://hunting-arena.in/files/vcmp/vcmp-skin-id-listing.pdf
Vehicle IDs: http://hunting-arena.in/files/vcmp/vcmp-vehicle-id-listing.pdf
Weapon IDs: http://hunting-arena.in/files/vcmp/vcmp-weapon-id-listing.pdf

If you have any further questions, then please ask me! I'll be more than happy to answer them!  ;)

Good luck!
#27
Tutorials / Tutorial presentation
June 30, 2007, 05:26:20 PM

This board is intended to be a community project. This means that anyone from the VC-MP community, can contribute with their knowledge in basic stuff. These tutorials are basically meant to be "How to's".

Before you decide to create your own tutorials, we'd like you to read this topic and especially this one: The Rules.

Tutorial Presentation

Well first of, we don't expect that much from you. Other than these basic guidelines:
  • Proper English: You should be able to speak proper English, otherwise people will have a hard time understanding your tutorials.
  • Typography: The presentation of your tutorial, depends alot on it's typography. Make sure that your tutorials is good looking, that it's easy to read and that it has "steps" people can follow.
  • BBCode: To have a good typography, you also need to have a basic knowledge on using the BBCodes. You can find a quick description on BBCodes here: http://forum.vicecitymultiplayer.com/index.php?action=help;page=post#bbc
  • Decent VC-MP knowledge: If you decide to create a tutorial, you should atleast have a proper knowledge on using VC-MP. And especially, on what you're deciding to post about. If you are unsure or unaware about something you are posting, it would be better to investigate & understand it, than posting it even though you don't know about it.
These are the basic rules for a good tutorial. You may want to see some other tutorials, they can be great examples on "how to". :)

Have fun posting! :D
#28
Tutorials / The rules
June 30, 2007, 05:04:18 PM

Before you start reading these forums, or contributing anything to them... Please make sure to check out these links:

The VC-MP documentation topic.
The Frequently Asked Questions topic.

Be sure that nothing you are about to post, can be found in one of the above links.

And before starting to post anything at all, you MUST check this topic:
The Tutorial Presentation topic.

If you wish to find information of mIRC scripting, you should check these boards:
http://forum.vicecitymultiplayer.com/index.php?board=8.0

Also, please refrain from asking ANY questions in this board. This board is intended for tutorials only.

ASK YOUR QUESTIONS HERE: http://forum.vicecitymultiplayer.com/index.php?board=6.0


The admins and moderators of this board, will have the right to remove any tutorials they deem as "poor".
#29
Support / Re: I would like to ask here We question!
June 26, 2007, 07:01:26 PM
Thanks for the spam...

Locked.
#30
mIRC/pawn Scripting / Re: Talking to the server
June 26, 2007, 01:31:03 PM
Do /cs help and you'll get alot of information displayed in console.