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 - Tamas

Pages: 1 2 3 [4] 5 6 ... 9
46
mIRC/pawn Scripting / Re: WSV script... (help)
« on: October 01, 2008, 04:39:36 pm »
Hehe, that is mine !jail command  :D ;)

47
mIRC/pawn Scripting / Re: Spawn Problem
« on: September 30, 2008, 04:27:03 pm »
Than you has to delete all things from "SpawnSpots.txt" file.

48
mIRC/pawn Scripting / Re: WSV script... (help)
« on: September 28, 2008, 12:18:24 pm »
I tryed that prop respawning thing its work fine so..  :P

49
mIRC/pawn Scripting / Re: WSV Someone?
« 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)

50
mIRC/pawn Scripting / Re: WSV Someone?
« 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!
    }

51
Yeah when i get or spawn any vehicle the same problem happen with me too.
But if i type it again (second time) it will show the name.

I don't know why but this problem appear only the first time when i use this function. Maybe you can make a text or ini file for all models's names.

52
Just you need to do is repleacing the values e.g:
WSV.say hello ---> that is WSV
vcmp.adminchat hello ---> that is Sansan

Now try to find what is the correct command for GUS.

53
mIRC/pawn Scripting / Re: how can i
« on: September 26, 2008, 04:31:14 pm »
Depends what script you using
E.g with WSV:

Quote
($3 == 129)

That checks the ID of the vehicle (if the hunter has another id than change it)

54
mIRC/pawn Scripting / Re: mIRC Tutorial No.1 by Windlord
« on: September 26, 2008, 04:26:32 pm »
Nice work Wind, i red it because im really a newbie  ;D

55
mIRC/pawn Scripting / Re: WSV Someone?
« on: September 26, 2008, 04:22:35 pm »
Hmm, the newest version is the 0.3, just follow the instructions on the readme file.

56
mIRC/pawn Scripting / Re: Help me!!!!!
« on: September 22, 2008, 09:10:59 am »
Its work for me fine, you need to put this to the correct place.

57
Check out Tanax's buycar or Windlord's buycar script, and try to convert one of tham to GUS.

58
mIRC/pawn Scripting / Re: Function Qestion
« on: September 19, 2008, 06:01:57 pm »
Any idea?

59
mIRC/pawn Scripting / Re: Script SanSan !racer need
« on: September 15, 2008, 10:05:06 am »
There is a !race command allready implemented to WSV.

60
mIRC/pawn Scripting / Re: Scripter wanted
« on: September 15, 2008, 09:59:57 am »
Check out some scripts, and you will know how they work.
Start with the esier ones example: !forum etc..

Pages: 1 2 3 [4] 5 6 ... 9