Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Punjabi on September 08, 2008, 11:17:29 am
-
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!!! ???
-
so... Whats the problem?
-
else WSV.msg $2 Please type !lockcar <propid>
Really?
-
you scripts not :S
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!
}
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!
}
-
^^ Spam...
Hes asking for WSV, Not for some WSV replaced with PDI script :/
-
u.u zorry ;D PDI Using Base for WSV :D
-
the other bad scripts appearing this says 4 and is 1 and the unlockcar is 0
WSV.setvehiclestatus $4 4
WSV.setvehiclestatus $4 1
¬¬