• Welcome to Vice City Multiplayer.
 

Recent posts

#21
mIRC/pawn Scripting / Re: !hosttime for squirrel !!!...
Last post by Castagna96 - April 27, 2011, 07:04:22 PM
yea it works lol  ;D
#22
VC:MP Clans / Re: *USA* Clan
Last post by blackmagic797 - April 27, 2011, 06:48:23 PM
Hey guys Site for *USA* Clan has already been done. [UKF] is a trainee-clan of *USA*. The *USA* leaders come to the site and register as administrators
www.ukfgang.forumotion.in


IT WILL BE GREAT IF WE MOVE TOGETHER...
#23
General Discussion / Re: Discussion of features and...
Last post by Kill3R - April 27, 2011, 05:57:43 PM
Quote from: Jancis71 on April 26, 2011, 07:09:36 AM
What are the limits for vehicles/objects/pickups/players?

Max Vehicle limit : 500
Max Model limit : 200


about Players & Pickups i have no idea, may be max will reply for it  :)
#24
mIRC/pawn Scripting / Re: Drift Point = Money ?
Last post by BIG[H] - April 27, 2011, 05:28:02 PM
Sure!
#25
XE Servers (NEW) / Re: Need help, this is a bug o...
Last post by Squida - April 27, 2011, 05:27:10 PM
You can find the server forums and a full list of the server commands here

http://xe-servers.com/index.php?topic=2560.0

As for you not being to hit people thats due to lag, some people lag more than others.

Also if you want to join a clan play some more, get to know more people in-game then ask them how to join their clan.
#26
XE Servers (NEW) / Need help, this is a bug or de...
Last post by straton - April 27, 2011, 04:54:19 PM
My name is Dmitriy I'm from Russia! I play under the nickname: Russian_mafia
Since I badly speak English, I have to use the Google translator, so sorry for any mistakes![/color]


Then the problem is this:
I noticed that some players are not playing fair!
For example shoot at an opponent right in the end, and he does not die, for the opponent is in a couple of times you shoot and you're dead, what it is, it's not fair mother fuck!
And also can tell me the commands for the console such as a teleport, or even how, but I'm tired of every time on stupid machines get ten minutes at one time or place innoe city!
And yet how do I join a clan? I've been playing for three weeks before Nick was Straton, and now Russian_mafia!
Give commands to the console!

My email address: [email protected]
My Russian mobile phone number: ~Censored~
Thank you for your attention!
#27
Support / Re: Problems To Play VC:MP
Last post by asad3man - April 27, 2011, 04:42:29 PM
Reinstall VC-MP Client this is Happened to me and i reinstalled it
#28
mIRC/pawn Scripting / Re: Login and Level System
Last post by LBR.george - April 27, 2011, 04:20:34 PM
the command
if ($2 == register) {
    if ($vcmp.pass(%id) != $null) vcmp.msg %id Error - This Nick-Name is Already Registered
    elseif (!$3) vcmp.msg %id Error - Missing Information, /c $2 <password>
    else {
      vcmp.say Player %name Registered & Logged In (Admin Level: 1)
      vcmp.msg %id You Registered - Nick-Name: %name $+ , Admin Level: 1 $+ , Password: $3 $+ , Login With Command: /c login <password>
      !writeini -n vcmp.accounts.ini IPS %name $vcmp.ip(%name)
      !writeini -n vcmp.accounts.ini LEVELS %name 1
      !writeini -n vcmp.accounts.ini PASSWORDS %name $3
      !writeini -n vcmp.accounts.ini LIN %name 1
    }
  }



this is to check the ini



alias vcmp.check.ini {
  !remini -n vcmp.admin.ini LIN
}
alias vcmp.check.timer {
  if ($timer(check $+ $1) == $null) .timercheck $+ $1 0 2 vcmp.check $1
  if ($timer(check) == $null) .timercheck -m 0 500 vcmp.players
}
alias vcmp.check {
  var %id = $vcmp.getid($1)
  if (%id != Unknown) {
    vcmp.startcash %id
    vcmp.dointerest %id
    vcmp.setmoney %id $vcmp.cash(%id)
  }
 
  }





in vcmp.load (this is where you load the ini etc)
set this

vcmp.accounts.ini


this is the command to login



elseif ($2 == login) {
    if ($vcmp.pass(%id) == $null) vcmp.msg %id Error - This Nick-Name is not Registered
    elseif ($vcmp.lin(%id) == 1) vcmp.msg %id Error - You are already logged in
    elseif (!$3) vcmp.msg %id Error - Missing Information, /c $2 <password>
    elseif ($3 != $vcmp.pass(%id)) vcmp.msg %id Error - Incorrect Password, Please Try Again
    else {
      vcmp.say $iif($vcmp.level(%id) == 0,Member,$iif($vcmp.level(%id) == 1,Registered Player,Administrator)) %name Logged In (Admin Level: $vcmp.level(%id) $+ )
      vcmp.msg %id You Logged In - Nick-Name: %name $+ , Admin Level: $vcmp.level(%id) $+ , Status: $iif($vcmp.level(%id) == 0,Member,$iif($vcmp.level(%id) == 1,Registered Player,Administrator))
      vcmp.timer.login %name off
      !writeini -n vcmp.accounts.ini LIN %name 1
      !writeini -n vcmp.accounts.ini IPS %name $vcmp.ip(%name)
    }
  }



I have helped
#29
mIRC/pawn Scripting / Re: Login and Level System
Last post by BIG[H] - April 27, 2011, 03:29:07 PM
   
QuoteLogin and Level System

How would I go about implementing a Login and a Leveling Up System on my server?

Would I need to use mIRC? If so, can someone post up a quick explanation of how to do it?

I'm familiar with Pawno, but I've been reading the forums and i don't believe it can be done with it.

Thanks,

Kush.

SO He Thinks that Login and register Can't be Done with pawno anyways GUPS has Register / Login System
#30
mIRC/pawn Scripting / Re: !hosttime for squirrel !!!...
Last post by BIG[H] - April 27, 2011, 03:27:09 PM
Yes i Forgot About it ... thanks for Reminder  :P