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
16
mIRC/pawn Scripting / Re: nogoto for fbs?
« on: October 30, 2009, 05:43:48 am »
cya

Edward_RD, serphiroth not abusing, serphiroth exelent admin, you abusing in you server, you I've ban in you server, Razon: Noob

Noob not is razon of ban.

   
Edward is a liar. Screen:



In Español:

Serphiroth no abusa de los comandos, es un exelente administrador, Edward abusa
contantemente en su server, Edward_RD me ban una ves y de razon puso: Noob su server es 24//7(24 horas al dia, 7 dias de la semana) Nadie entra por lo noob y forma de actuar en vcmp, constantemente
miente aca una de sus grandes mentiras:



No hablo muy bien ingles por eso hable poco xD.

17
mIRC/pawn Scripting / Re: nogoto for fbs?
« on: October 24, 2009, 08:36:10 pm »
and for WSV or PsyScript??

18
Thxs man for help   :)

19
mIRC/pawn Scripting / Re: Spawn Background
« on: October 24, 2009, 06:58:08 pm »
thxs man

20
mIRC/pawn Scripting / Re: Skins Locations
« on: October 21, 2009, 03:39:47 am »
Tranks man! :D

21
mIRC/pawn Scripting / Re: Self-Heal..
« on: October 21, 2009, 03:38:13 am »
modify the SIGNAL:

Code: (SIGNAL Replace) [Select]
on *:SIGNAL:vcmp.player.healthchange:{
Code: (SIGNAL a Change) [Select]
on *:SIGNAL:vcmp.player.healthchange:{ WSV.sethealth $2 100
Tranks all!! :D


22
mIRC/pawn Scripting / Re: [help]Can some1 give Spidometer code?
« on: October 21, 2009, 03:30:40 am »
link fail :(

23
mIRC/pawn Scripting / Re: gotoloc \save loc for wsv
« on: October 21, 2009, 01:23:47 am »
hey scripts create"Repost"....

24
mIRC/pawn Scripting / Re: !lms for FBS
« on: October 18, 2009, 01:11:02 am »
type in status
Code: (Status Type) [Select]
/load -rs nombre del scripts.mrcEj:
Code: (Ej) [Select]
/load -rs lms.mrc

25
mIRC/pawn Scripting / Re: !lms for FBS
« on: October 17, 2009, 04:48:43 pm »
http://www.sendspace.com/file/4tmkbt

LMS Public Version by [HEF]Greg
Works with every script (WSV, FBS...)

:D

26
mIRC/pawn Scripting / Re: Loackcar problem!!!!!
« on: October 17, 2009, 03:19:32 pm »
the other bad scripts appearing this says 4 and is 1 and the unlockcar is 0
Code: (Yes) [Select]
WSV.setvehiclestatus $4 4
Code: (Not) [Select]
WSV.setvehiclestatus $4 1
¬¬

27
mIRC/pawn Scripting / Re: Loackcar problem!!!!!
« on: October 17, 2009, 03:17:23 pm »
u.u zorry  ;D PDI Using Base for WSV :D

28
mIRC/pawn Scripting / Re: !lms for FBS
« on: October 17, 2009, 03:13:06 pm »
ok zorry in inglish

29
mIRC/pawn Scripting / Re: !lms for FBS
« on: October 17, 2009, 01:04:26 am »
Hi all..

this script is basically ...
the only thing that grabs
sends you to a place of freeze
gives you armor and life
and nothing else
randons has spawned, gives no silver ..
: / This is the original, incomplete greg xD

30
mIRC/pawn Scripting / Re: Loackcar problem!!!!!
« on: October 16, 2009, 08:23:19 pm »
you scripts not :S

Code: (Lockcar) [Select]
elseif (lockcar == $3) && ($2 < 100) {
      WSV.cmdlevelcheck $1-
      if ($WSV.getname($2) == $WSV.carowners($4)) || ($WSV.getname($2) isin $WSV.sharecarowners($4)) WSV.setvehiclestatus $4 1
      if ($WSV.getname($2) == $WSV.carowners($4)) || ($WSV.getname($2) isin $WSV.sharecarowners($4)) WSV.msg $2 Vehicle $chr(91) $WSV.vehiclename($4) $chr(93) locked
      else WSV.announce $2 Este No Es Tu Vehiculo!
    }
Code: (Unlockcar) [Select]
elseif (unlockcar == $3) && ($2 < 100) {
      WSV.cmdlevelcheck $1-
      if ($WSV.getname($2) == $WSV.carowners($4)) || ($WSV.getname($2) isin $WSV.sharecarowners($4)) WSV.setvehiclestatus $4 0
      if ($WSV.getname($2) == $WSV.carowners($4)) || ($WSV.getname($2) isin $WSV.sharecarowners($4)) WSV.msg $2 Vehicle $chr(91) $WSV.vehiclename($4) $chr(93) unlocked
      else WSV.announce $2 Este No Es Tu Vehiculo!
    }

Pages: 1 [2] 3 4