I have made lockcar code for WSV but unfortunately its not working,so plz help me out.....Here's the code!!
alias WSV.lockcar {
if ($WSV.name($1) isin $WSV.carowners($2)) {
if ($WSV.lockcar $2 $+ CarIDs $WSV.vehiclename($2) {
hadd WSV.Cars $2 $+ CarIDs $WSV.vehiclename($2) {
}
else {
WSV.lockdoors $2 4
WSV.msg $1 Your Car is Locked..
}
}