Author Topic: WSV Someone?  (Read 5380 times)

0 Members and 1 Guest are viewing this topic.

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
WSV Someone?
« on: September 26, 2008, 02:49:43 pm »
Hello i wanna use WSV 0.2+ PLEASE tell me Tutorial how to use it because i cant connect it to my server :(
Founder of [SAF]Clan

Offline Tamas

  • Made Man
  • ***
  • Posts: 127
    • View Profile
    • http://www.tamasnet.eu/
Re: WSV Someone?
« Reply #1 on: September 26, 2008, 04:22:35 pm »
Hmm, the newest version is the 0.3, just follow the instructions on the readme file.

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: WSV Someone?
« Reply #2 on: September 26, 2008, 06:16:33 pm »
:( it aint working it says retrying retrying then says please set the configuration correctly but where is that configuration file???
Founder of [SAF]Clan

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: WSV Someone?
« Reply #3 on: September 26, 2008, 07:17:10 pm »
Hey man u r not connected to server ip like 78.28.11.1 something like that and whenever u start ur script ur everytime ur server ip changes just when u start ur script goto ..
I am telling u step wise so please....
1)Open mirc
2)Open tools > scripts editor >variables..

Than delete ur previous server ip like this..
suppose this is ur ip..

%serverip 122.173.69.112

Change it to..this one

%serverip

Means just delete the ip and again start mirc it will automatically connect to server and channel
If want any help regarding WSV plz feel free to ask..and script WSV is excellent script created by Windlord.I love it...... ;D

Regards
Punjabi_goli
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Windlord

  • Guest
Re: WSV Someone?
« Reply #4 on: September 27, 2008, 07:08:55 am »
Yeah what punjab_goli said is correct although it would not work if you are connecting to a remote server.

Press "ALT+R" once you open your mIRC client.
Go to your "Variables" tab and look at the settings there.

%serverip
%rconport
%rconpass

These need to be correct in order for you to successfully connect to your server.
If it is a server running from your own computer use 127.0.0.1 for your %serverip
%rconport is usually 5315

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: WSV Someone?
« Reply #5 on: September 27, 2008, 09:05:23 am »
Ok i can connect WSV 0.3 BUt when i go in game nothing happens :( i type !ap or !commands or !admin but no effect why :(.i can see admin connected in vcmp_svr.exe
Founder of [SAF]Clan

Windlord

  • Guest
Re: WSV Someone?
« Reply #6 on: September 27, 2008, 09:26:03 am »
That seems queer.

Have you tried re-connecting several times?

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: WSV Someone?
« Reply #7 on: September 27, 2008, 09:27:52 am »
NvM thanx its a good script! its fully working awesome :P
Founder of [SAF]Clan

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: WSV Someone?
« Reply #8 on: September 27, 2008, 09:33:35 am »
Great thanks windlord for appreciating me.. ;DU are excellent scripter but now i am also puting efforts to do scripting.. ;)

Regards
Punjabi_goli
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: WSV Someone?
« Reply #9 on: September 27, 2008, 10:18:26 am »
BIG PROBLEM the Withdraw script isnt good it says $ HAS BEEN WITHDRAWN
I TYPE !WITHDRAW 400 it says $ has been withdrawn it give me 1$ only.There is another problem if someone is driving a car like PCJ and if 2nd person type !spawn pcj then it should say PCJ is being in used by BLABLANAME please tell me and Lock car too!
« Last Edit: September 27, 2008, 11:03:12 am by gamyster »
Founder of [SAF]Clan

Offline Tamas

  • Made Man
  • ***
  • Posts: 127
    • View Profile
    • http://www.tamasnet.eu/
Re: WSV Someone?
« Reply #10 on: September 27, 2008, 12:25:31 pm »
Yeah heres a working one:

Quote
    elseif (withdraw* iswm $3) {
      WSV.cmdlevelcheck $1-
      if (El-Banco-Corrupto-Grande isin $WSV.loco($2)) {
        if ($4 <= $WSV.bank($2)) || ($4 == all) {
          if ($4 == all) var %money = $hget(WSV.Bank,$WSV.getname($2))
          if ($4 <= $WSV.money($2)) var %money = $4
          hinc WSV.money $WSV.name($2) $4
          hdec WSV.bank $WSV.name($2) $4
          WSV.setcash $2 $hget(WSV.money,$WSV.getname($2))
          WSV.msg $2 You have been withdrawed $chr(91) $ $+ $4 $chr(93) from your bank account!
          WSV.msg $2 New Balance: $chr(91) $ $+ $WSV.bank($2) $chr(93)
        }
        else WSV.msg $2 You hasn't got $chr(91) $ $+ $4 $chr(93) in you're bank account!
      }
      else WSV.msg $2 You have to be at the bank!
    }

And repleace this line to youre own location:
      if (El-Banco-Corrupto-Grande isin $WSV.loco($2)) {

++ I allready posted the lockcar command, but here:

Quote
    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 2
      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 This is not your vehicle!
    }
« Last Edit: September 27, 2008, 12:28:13 pm by [SRS]Tomi »

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: WSV Someone?
« Reply #11 on: September 27, 2008, 01:13:58 pm »
but lock is not working i owned a car and it says u dont own this car. and in PROPERTIES i have maken 3 or 4 properties but next time i start mirc they never come why?? there are no PROPS PICKups they all gone why?
« Last Edit: September 27, 2008, 02:26:50 pm by gamyster »
Founder of [SAF]Clan

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: WSV Someone?
« Reply #12 on: September 27, 2008, 02:07:26 pm »
!comment script also not working i m saying more than 4 words but give error saying its not more than 4 words THE same problem is with !addnews
« Last Edit: September 27, 2008, 02:18:45 pm by gamyster »
Founder of [SAF]Clan

Offline Tamas

  • Made Man
  • ***
  • Posts: 127
    • View Profile
    • http://www.tamasnet.eu/
Re: WSV Someone?
« Reply #13 on: September 27, 2008, 02:45:13 pm »
Lockcar is working fine, just you need to put it to the correct place!
Type: /wsv.autoloadpickup (to irc)

Windlord

  • Guest
Re: WSV Someone?
« Reply #14 on: September 27, 2008, 05:09:39 pm »
You are meant to add your own props with !addprop

And there is no lockcar command.