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.


Messages - [XT]ariel[X]

Pages: [1] 2 3 4
1
mIRC/pawn Scripting / Re: Date of Base help!
« on: November 12, 2009, 07:28:22 pm »
PsyScript Not is Gus, is similari to Gus, but not is a gus :)

2
mIRC/pawn Scripting / Re: Fix Commands For FBS.
« on: November 11, 2009, 10:46:36 pm »
Scripts Errors. :P
Script Good:

Code: [Select]
  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.
  }

3
mIRC/pawn Scripting / Re: Fix Commands For FBS.
« on: November 11, 2009, 10:19:13 pm »
oooo, thanks thinj

4
mIRC/pawn Scripting / Fix Commands For FBS.
« on: November 11, 2009, 02:59:00 am »
Hi all, other script for FBS :)

Code: [Select]
  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.
  }

5
mIRC/pawn Scripting / Gotoloc and saveloc, for FBS.
« on: November 11, 2009, 02: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!!

6
mIRC/pawn Scripting / Re: that script is better?
« on: November 11, 2009, 02:17:22 am »
WSV By Windlord
FBS By Force
PsyScripts By Rulk

All the Scripts good :)!

Congratulations to the large creators of these scripts.

7
mIRC/pawn Scripting / that script is better?
« on: November 08, 2009, 03:16:32 pm »
that script is better???

8
mIRC/pawn Scripting / Re: Mini-announce Help
« on: November 08, 2009, 06: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

9
mIRC/pawn Scripting / Re: Lockcar For WSV..
« on: November 07, 2009, 09:07:50 pm »
Code: [Select]
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
Code: [Select]
      WSV.setvehiclestatus %car 1is fail.

line correct
Code: [Select]
      WSV.setvehiclestatus %car 4
:)

10
mIRC/pawn Scripting / Re: nogoto for fbs?
« on: November 06, 2009, 05: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

11
mIRC/pawn Scripting / Re: nogoto for fbs?
« on: November 06, 2009, 05:20:11 am »
in the rules speak, wait in the forum using lenguaje ingles or using traductor...

12
mIRC/pawn Scripting / Re: nogoto for fbs?
« on: November 01, 2009, 10: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!!

13
mIRC/pawn Scripting / Re: gotoloc \save loc for wsv
« on: November 01, 2009, 10: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.
    }

14
mIRC/pawn Scripting / Re: nogoto for fbs?
« on: October 30, 2009, 04: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 ...

15
mIRC/pawn Scripting / Re: nogoto for fbs?
« on: October 30, 2009, 04:44:19 pm »
spam??? spam??

pero si tu llenas mi server de spam tu viste una semana o 2 diciendo
Entren a mi server RDserverRD IP: nose , Nombre: RDserver y algo mas
y siempre que se llena ases lo mismo ganate la vida onradamente
no se gana con spam mas encima lo niegas yo formatie mi pc
por eso no tengo las pruebas del spam y del swear y todo eso.

In inglish:

   
Spam??? spam?

but if you fill my spam server you saw a week or 2 saying
Come to my server IP RDserverRD: nose, Name: RDserver y algo mas
and subject to the same ganate aces full life onradamente
not won over with spam more you deny me my pc formatio
so I have no evidence of spam and swear and all that.

Pages: [1] 2 3 4