• 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 - [XT]ariel[X]

#1
General Discussion / Legender.zL A fraud!!!
November 12, 2009, 11:35:49 PM
hi all, alias for The.Legender.zL

201.235.176.53=The.Legender.zL, XTS.NK.blazer, [LDA]Legender.zL, XTS.Xbit, TLK.Legender.zL, Raton

in other Scripts FBS:

[201.235.176.53]
nicks=[LDA]Legender.zL - XTS.NK.blazer - armourund[legion - The.Legender.zL - Lautisz -

Legender is a crazy!!!
#2
mIRC/pawn Scripting / Re: Date of Base help!
November 12, 2009, 05:28:22 PM
PsyScript Not is Gus, is similari to Gus, but not is a gus :)
#3
mIRC/pawn Scripting / Re: Fix Commands For FBS.
November 11, 2009, 08:46:36 PM
Scripts Errors. :P
Script Good:


  elseif (fix == $3) {
    if ($vcmp.vehicle($1, $2) != 0) {
      var %a = 0
      var %b = $vcmp.vehicle($1, $2),%c = $vcmp.location($1, $2),%d = $vcmp.location($1, $2).x $vcmp.location($1, $2).y $calc($vcmp.location($1, $2).z - 1.12)
      vcmp.setlocation $1 $2 %c %a
      vcmp.setvehicleloc $1 %b 1 1 1
      vcmp.setvehiclehealth $1 %b 1000
      vcmp.msg $2 Please wait while your car is fixed......
      !.timer 1 7 /vcmp.setvehicleloc $1 %b %d
      !.timer 1 7 /vcmp.setvehicle $1 %b
      !.timer 1 7 /vcmp.msg $1 $2 Thank you for your patience, Your car has been fixed
    }
    else vcmp.msg $2 You can only fix Cars, Not yourself.
  }
#4
mIRC/pawn Scripting / Re: Fix Commands For FBS.
November 11, 2009, 08:19:13 PM
oooo, thanks thinj
#5
mIRC/pawn Scripting / Fix Commands For FBS.
November 11, 2009, 12:59:00 AM
Hi all, other script for FBS :)


  elseif (fix == $3) {
    if ($vcmp.vehicle($1, $2) != 0) {
      var %a = 0
      var %b = $vcmp.vehicle($1, $2),%c = $vcmp.location($1, $2),%d = $vcmp.location($1, $2).x $vcmp.location($1, $2).y $calc($vcmp.location($1, $2).z - 1.12)
      vcmp.setlocation $1 $2 %c %a
      vcmp.setvehicleloc $1 %b 1 1 1
      vcmp.setvehiclehealth $1 %b 1000
      vcmp.msg $2 Please wait while your car is fixed......
      !.timer 1 7 /vcmp.setvehicleloc $1 %b %d
      !.timer 1 7 /vcmp.setvehicle $1 %b
      !.timer 1 7 /vcmp.msg $1 $2 Thank you for your patience, Your car has been fixed
    }
    else vcmp.msg $2 You can only fix Cars, Not yourself.
  }
#6
mIRC/pawn Scripting / Gotoloc and saveloc, for FBS.
November 11, 2009, 12:36:55 AM
Hi all, Script Gotoloc and Saveloc for FBS
Create By: Me :P

Code (Gotoloc) Select

 elseif ($3 == gotoloc) {
   if (!$4) {
     vcmp.msg $1 $2 Error - Invalid Syntax $+ , Usage: !gotoloc locationname
   }
   elseif ($5 != $null) vcmp.msg $1 $2 Error - Location Name Must be only One Word
   elseif ($readini(FBS.locations.ini, LOCS, $4) == $null) vcmp.msg $1 $2 Error - This Location Not Exists
   else {
     vcmp.msg $1 $2 Teleporting to Location: " $+ $4 $+ "
     vcmp.setcontrols $1 $2 0
     vcmp.announce $1 $2 ~h~Teleporting to $4
     !.timer 1 3 vcmp.setlocation $1 $2 $readini(FBS.locations.ini, LOCS, $4)
     !.timer 1 5 vcmp.setcontrols $1 $2 1
   }
 }


Code (Saveloc) Select

 elseif ($3 == saveloc) {
   if (!$4) {
     vcmp.msg $1 $2 Error - Invalid Syntax $+ , Usage: !saveloc locationname
   }
   elseif ($5 != $null) vcmp.msg $1 $2 Error - Location Name Must be only One Word
   elseif ($readini(FBS.locations.ini, LOCS, $4) != $null) {
     vcmp.msg $1 $2 Error - Location $4 is Already in Use
   }
   else {
     !writeini -n FBS.locations.ini LOCS $4 $vcmp.location($1, $2)
     vcmp.msg $1 $2 Location " $+ $4 $+ " Saved Successfully
   }
 }


   
Download locations:

Download locations

Cya!!
#7
mIRC/pawn Scripting / Re: that script is better?
November 11, 2009, 12:17:22 AM
WSV By Windlord
FBS By Force
PsyScripts By Rulk

All the Scripts good :)!

Congratulations to the large creators of these scripts.
#8
mIRC/pawn Scripting / that script is better?
November 08, 2009, 01:16:32 PM
that script is better???
#9
mIRC/pawn Scripting / Re: Mini-announce Help
November 08, 2009, 04:03:00 AM
Color in the announce

~h~ or ~w~Plomo-beige
~o~Rojo-Red
~t~Verder-Green
~b~Azul-Blue
~x~Hmm none :S
~~Black-Negro
#10
mIRC/pawn Scripting / Re: Lockcar For WSV..
November 07, 2009, 07:07:50 PM
Quote from: Windlord on September 07, 2008, 10:21:25 AM

alias WSV.lockcar {
  var %car = $WSV.vehicle($2)
 if ($WSV.name($2) isin $WSV.carowners(%car)) {
     WSV.setvehiclestatus %car 1
     WSV.msg $2 Your Car is Locked..
 }
}


Error, Windlord Scripts line
      WSV.setvehiclestatus %car 1
is fail.

line correct
      WSV.setvehiclestatus %car 4

:)
#11
mIRC/pawn Scripting / Re: nogoto for fbs?
November 06, 2009, 03:22:19 AM
· English only. - We would like to point out that in these forums, only English posts and topics are allowed. As English is the most widely used and known language on earth. If you do post topics on other languages, please translate them. If there is no translation, your topic will be closed.


:)


Links for all Rules in the forum and guideliner:

http://forum.vicecitymultiplayer.com/index.php?topic=16.0
#12
mIRC/pawn Scripting / Re: nogoto for fbs?
November 06, 2009, 03:20:11 AM
in the rules speak, wait in the forum using lenguaje ingles or using traductor...
#13
mIRC/pawn Scripting / Re: nogoto for fbs?
November 01, 2009, 08:45:08 AM
cya!

Scripts Nogoto for FBS in the Code :).

Code (Goto) Select
  elseif ($3 == goto) {
    if ($FBS.lin($1, $2) == $null) vcmp.msg $1 $2 You must either register or be logged in.
    elseif (!$4) vcmp.msg $1 $2 Error - Correct Syntax: /c $3
    elseif ($vcmp.getid($1, $4) == 255) vcmp.msg $1 $2 Error: Invalid Nick-Name
    elseif ($FBS.rwarstatus($FBS.ID($4)) == 1) vcmp.msg $1 $2 This person is taking part in the roof fighters mingame, wait until the round is over. 
    elseif ($hget(FBS.Nogoto,$vcmp.name($1, $FBS.ID($4))) == on) vcmp.msg $1 $2 This person has his nogoto on.
    else {
      vcmp.msg $1 $2 Teleporting you to:[ $vcmp.name($1, $FBS.ID($4)) $chr(93)
      vcmp.msg $1 $2 District:[ $+ $vcmp.area($1, $FBS.ID($4)) $+ $chr(93)
      vcmp.setlocation $1 $2 $calc($vcmp.location($1, $FBS.ID($4)).x + 2) $vcmp.location($1, $FBS.ID($4)).y $calc($vcmp.location($1, $FBS.ID($4)).z - 1.12)
    }
  }


Code (Nogoto) Select

elseif ($3 == nogoto) {
 if ($4) {
   if ($4 == on) {
     if ($hget(FBS.Nogoto,$vcmp.name($1, $2)) == on) vcmp.msg $1 $2 Error: You have you your nogoto allready on!
 else {
   hadd -m FBS.Nogoto $vcmp.name($1, $2) on
   vcmp.msg $1 $2 NoGoto - Old Setting: Off , New Setting: On
   vcmp.msg $1 $2 All players cannot teleport to you now.
   }
 }
 elseif ($4 == off) {
   if (!$hget(FBS.Nogoto,$vcmp.name($1, $2))) vcmp.msg $1 $2 Error: You have you your nogoto allready off!
   else {
     hdel FBS.Nogoto $vcmp.name($1, $2)
     vcmp.msg $1 $2 NoGoto - Old Setting: On , New Setting: Off
     vcmp.msg $1 $2 All players can teleport to you now.
     }
   }
   else vcmp.msg $1 $2 Error: Correct Syntax: /c $3
 }
 else vcmp.msg $1 $2 Error: Correct Syntax: /c $3
}


Bye all!!
#14
mIRC/pawn Scripting / Re: gotoloc \save loc for wsv
November 01, 2009, 08:41:03 AM
not is the one several post to saveloc and gotoloc for WSV -.-!
   
improved the script  :D

Code (Saveloc) Select

    elseif ($3 == saveloc) {
      if ($4) {
        writeini -n " $+ $scriptdirSavedLocs.ini" SavedLocs $4 $WSV.location($2)
        WSV.say » New Location - Nombre: $WSV.name($2) - Name Saveloc: $4
      }
      else WSV.msg $2 Error - Format: !saveloc <Name> or /c Saveloc <Name>
    }

Code (Gotoloc) Select

    elseif ($3 == gotoloc) {
      if ($readini(" $+ $scriptdirSavedLocs.ini",SavedLocs,$4)) {
        .timer 1 5 /WSV.setlocation $2 $readini(" $+ $scriptdirSavedLocs.ini",SavedLocs,$4)
        WSV.announce $2 ~h~Teleporting to $4
      }
      else WSV.msg $2 Error - Invalid Location.
    }
#15
mIRC/pawn Scripting / Re: nogoto for fbs?
October 30, 2009, 02:48:18 PM
y mas esos abusos no los ise yo son de los administradores, estaban probando los comandos cada ves que alguien es noob en admin, prueba los comandos
todos lo hacen.... y tu fuiste el que me ban de tu server y no pusiste razon
tu haces el error y me ban ese dia por que tabamos peliando no por spam
y peliar no es para ban, nadie entra a tu server por lo ignorante y noob que eres
esa es la verdad no es por que no es conosido si lo conocen
lo publicas en todo google, vcmp, paguinas de vcmp...
mi server no lo publico no soy un noob prefiero que mis usuarios entren solos
eso es mejor a que te ganes el odio y dejes de enemigo a todo vcmp
mejor largate a sa-mp a lo mejor a ya encuentras mejores amigos que aca
ya que no tienes ninguno y tratas de decir que windlord, force, tommis, Vrocker,
bakasan, son tus amigos...

In inglish:
and more such abuses are not yo ise of directors, were testing the commands every time someone is a noob in admin, test commands
everybody does it .... and you were the ban me from your server and put no reason
you make the mistake and that day ban that movie tabamos not spam
and movie not to ban, nobody comes to your server so that you are ignorant noob
that is the truth is that if it is not known conosido
the public at all google, vcmp, Paguina of vcmp ...
my server not public'm not a noob I prefer my users enter their own
that's better in that you earn the hatred and stop all enemy vcmp
largate best to sa-mp and perhaps to find best friends here
because you have none and trying to say that windlord, force, tommis, Vrocker,
Bakas, are your friends ...