sorry, Forgot one thing, Use this:
elseif (!fix == $2) {
var %a = 0
var %b = $vcmp.vehicle(%id,id),%c = $vcmp.location(%id),%d = $vcmp.location(%id,x) $vcmp.location(%id,y) $calc($vcmp.location(%id,z) - 1.12)
if ($vcmp.vehicle(%id,id) != 0) {
vcmp.setlocation %id %c %a
vcmp.setvehicleloc %b -556.0687 -739.7618 5.1515
vcmp.msg %id Please wait while we repair your car...
vcmp.announce %id ~b~Pleas wait..
!.timer 1 9 /vcmp.setvehicleloc %b %d
!.timer 1 9 /vcmp.setvehicle %id %b
!.timer 1 9 /vcmp.msg %id Thank you for your patience. You car has been repaired.
!.timer 1 9 /vcmp.announce %id ~b~You car has been Repaired!
}
else vcmp.msg %id You can only fix vehicles! Not yourself!
}