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

#31
i guess it need not be, that much complicated  :)

; When player is in the vehicle
elseif ($3 == repair) {
if ($vcmp.vehicle($1, $2) == 0) vcmp.msg $1 $2 You need to be in a vehicle
else {
vcmp.setvehiclehealth $1 $vcmp.vehicle($1, $2) 1000.0000
vcmp.msg $1 $2 Your vehilce has been repaired
   }
}

; When the player is not in the vehicle
elseif  ($3 == repair) {
if (!$4) vcmp.msg $1 $2 Syntax : /c $3 <CarID>
else {
vcmp.setvehiclehealth $1 $4 1000.0000
vcmp.msg $1 $2 CarID $chr(40) $4 ) has been repaired
  }
}
#32
Script Showroom / Re: New VC-MP mIRC Admin
January 08, 2010, 01:00:55 PM
thnkx VR :)
#33
mIRC/pawn Scripting / Re: rcon irc dll documentation?
December 26, 2009, 04:49:54 AM
tyvm Falcon  ;)
#34
Public Beta / Re: [Updated] New 0.3z R2 Public Beta
November 27, 2009, 11:34:33 AM
UPDATE:

Hi  ;)

The Installer and the server has been updated , so you need to download the new installer from the same link and install it once again/overwrite on the existing one.

Link: http://vicecitymultiplayer.com/PublicBeta.zip (Link from the 1st post)

Have fun ;D
#35
Hi  :)

The Installer and the server has been updated , so you need to download the new installer from the same link and install it once again.

Link: http://vicecitymultiplayer.com/PublicBeta.zip (Link from the 1st post)

Have fun  ;D