• Welcome to Vice City Multiplayer.
 

Loackcar problem!!!!!

Started by Punjabi, September 08, 2008, 10:17:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Punjabi

I have to made a code like this
elseif (buycar* iswm $3) {
      if ($4) WSV.buycar $2 $4
      else WSV.msg $2 Please type !buycar <propid>
    }


Heres the code for Lockcar=
elseif (lockcar* iswm $3) {
      if ($4) WSV.lockcar $2 $4
      else WSV.msg $2 Please type !lockcar <propid>
    }


This will work!!! ???
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

thijn



Tamas

Quoteelse WSV.msg $2 Please type !lockcar <propid>

Really?

[XT]ariel[X]

#3
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!
    }
Clic in image from enter in my web :D

thijn

^^ Spam...
Hes asking for WSV, Not for some WSV replaced with PDI script :/


[XT]ariel[X]

u.u zorry  ;D PDI Using Base for WSV :D
Clic in image from enter in my web :D

[XT]ariel[X]

#6
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

¬¬
Clic in image from enter in my web :D