ah, I Fixed it today, while looking at the scripts I found this..
on *:SIGNAL:vcmp.vehicle.healthchange:{
; $1 = ServerID, $2 = VehicleID, $3 = OldHealth, $4 = NewHealth
var %driver = $vcmp.vehicledriver( $1, $2 )
;vcmp.say $1 Vehicle $2 $+ 's health changed from $3 to $4 (Driver: %driver $+ )
vcmp.sethealth $1 %driver $calc( $4 / 10 )
}
Simply if we removed those lines, it will be fixed...
on *:SIGNAL:vcmp.vehicle.healthchange:{
; $1 = ServerID, $2 = VehicleID, $3 = OldHealth, $4 = NewHealth
}
Regards,
Usaji