• 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 - AdTec_224

#31
LC:MP / Re: LC:MP 0.3z Released!
November 10, 2007, 11:58:06 PM
Few other LC mirrors located here: http://www.gtaforums.com/index.php?showtopic=268361

LCMP Mirrors:

http://adtec.gtagaming.com/uploads/LC-MP_0.3z_client.zip
http://g0thost.com/~adtec/LC-MP_0.3z_client.zip

Quote from: offthewall, October 27, 2007, 11:43:14 PMIt keeps crashing 3/4 of the way through the loading bar, I have tried adjusting compatibility settings but I can't get it to work. I am using Vista 32bit, has anybody else had success using this operating system with LC:MP 0.3z?

Happens 2 me 2 it seems like Vista just wont run LCMP

-AdTec_224
#32
Support / Re: VCMP Problem
November 02, 2007, 10:06:14 PM
QuoteServer browser should be the only stable thing. :o

There is that bug on vista plus a few bugs (not sure if they were fixed when lc-mp came out) like the -z param (server password) not being writen to the gta-lc.ini and small things like it doesn't delete the MP params from the gta-lc.ini so some n00bs that dunno how to edit files and stuff can't play single player.

QuoteYou could try running it as administrator. Under Vista many different programs often crash because they don't have the administrator privileges or something. Try right-click and "Run as administrator".

Already tried it and it doesn't help.
#33
Support / Re: VCMP Problem
November 02, 2007, 04:19:24 PM
i think he's on about the server browser max it happens to most people (maybe all people not sure :P) using Vista you get spammed with errors when ya close it.
* AdTec_224 thinks server browser has alot of bugs that need fixing

-AdTec_224
#34
LC:MP / Re: GTA:LC version best suited for LC:MP
October 04, 2007, 08:07:07 PM
So far i have only tested LC with the Beta2.7test files but i think LCMP should support  v7test4/5 (as far as i know v5 is v4 but for vista) for 2 reasons 1. its the most up to date and 2. it supports both XP and Vista those are my thoughts on the matter :P.

-AdTec_224
#35
Support / Re: Problems with Linux Server
September 30, 2007, 01:25:56 AM
0.1D Linux Server readme (few things changed :P)

> Change the permissions on vcmp.bin and announce.bin to execute
> Configure the ini (remember to change admin(rcon) password)
> Run './vcmp.bin config.ini' to start the VC-MP server.
> Please don't run as root.
#36
Weather IDs from the original VC:MP INI file:

Quote from: VCMP 0.3z Config.ini; ---weather settings----------------
; 0 = mostly clear skies
; 1 = overcast
; 2 = rainy-lightning
; 3 = foggy
; 4 = clear skies
; 5 = rainy
; 6 = dark sky partly cloudy
; 7 = light sky partly cloudy
; 8 = overcast partly cloudy
; 9 = grey sky black clouds

-AdTec_224
#37
mIRC/pawn Scripting / Re: BASIC mIRC Tutorial
August 15, 2007, 05:32:33 PM
there are only 2 official dlls the 0.1 dll and the 0.3 dll the only dll that works with 0.3z is the 0.3 dll so the code must still be wrong unless this tutorial is for 0.1 and thats well kinda pointless :P.
#38
mIRC/pawn Scripting / Re: BASIC mIRC Tutorial
August 13, 2007, 08:33:15 PM
even if you were just making your own IRC script it would still be wrong.

$2 has no use whatsoever in the vcmp.msg alias

if you used:

Quoteelseif ($2 == !hello) || ($2 == !pmhello) {
if ($vcmp.cmdcheck(!hello,%id) == fail) !halt
else vcmp.msg $2 %id Hello World!
}

output to the rcon would be:

Quote from: RconAdminMsg !hello 1 Hello World!

whereas if i used:

Quoteelseif ($2 == !hello) || ($2 == !pmhello) {
if ($vcmp.cmdcheck(!hello,%id) == fail) !halt
else vcmp.msg %id Hello World!
}

output becomes:

Quote from: RconAdminMsg 1 Hello World!

which is correct.

Quote from: matthiasvegh, August 13, 2007, 10:52:00 AMsorry, but this is a tutorial for irc scripting, not editing tommis's gus.
you are right, i should have mentioned aliases
and at the time of creation, the tut was correct.
and you can still use it with the old rcon dll. so theres nothing
Quote from: AdTec_224 on Today at 09:45:49 AM
so all references to the alias vcmp.msg are wrong in your tutorial.
wrong with the tutorial, just incomplete.

Not sure what your saying there but the fact remains the code is wrong.

-AdTec_224

EDIT

Just noticed a bug in your vcmp.msg alias

Quotealias vcmp.msg dll rcondll.dll RconCommand AdminChat $1-

should be

Quotealias vcmp.msg dll rcondll.dll RconCommand AdminMsg $1-
#39
mIRC/pawn Scripting / Re: BASIC mIRC Tutorial
August 13, 2007, 06:45:49 PM
Quote from: Tommis,GUS 9.0elseif ($2 == !hp) || ($2 == !pmhp) {
    if ($vcmp.cmdcheck(!hp,%id) == fail) !halt
    elseif (%a == -1) vcmp.msg %id Error - Absent ID/Name
    else vcmp.cmdsay $2 %id $vcmp.name(%a) $+ 's - Health: $vcmp.hp(%a) $+ % $+ , Armour: $vcmp.armour(%a) $+ %
  }

so all references to the alias vcmp.msg are wrong in your tutorial.

vcmp.msg $2 %id Hello World!

should be:

vcmp.msg %id Hello World!

Or

vcmp.cmdsay $2 %id Hello World! (not 100% sure what cmdsay is as  i dont use GUS)

Before posting a tutoral please remember to check it over first

-AdTec_224
#40
mIRC/pawn Scripting / Re: 0.3z rcon Commands
July 23, 2007, 03:08:44 PM
ok i wont bother using it ;) thanks again for the info

-AdTec_224
#41
Support / Re: never connects vc:mp v0.3
July 23, 2007, 03:07:35 PM
you dont have the latest VC:MP (0.3.z) get it from http://www.vicecitymultiplayer.com
#42
mIRC/pawn Scripting / Re: 0.3z rcon Commands
July 22, 2007, 07:18:14 PM
WOW just what i needed thank you falcon! ;D

just a quick question :P

Quoteset 16 <marker> <pos.x> <pos.y> <pos.z> (set icon and posation)
set 18 <carid> (kils car engine)

is there a set 17? and if so what is it?

Thanks again

-AdTec_224
#43
Vice City / Re: How can i get version 1.0?
July 19, 2007, 09:10:31 PM
When you first install Vice City it is V1.0 but if you patched the game after installing it becomes V1.1 so the question is have you patched the game? if you have its V1.1 if you haven't its V1.0.

QuoteSomeone give me a upgrader or downgrader cuz i dont know what i got!

There is no downgrader and there never will be as far as i know.

-AdTec_224