Mergevos / open-vehicle-plus

Modify your vehicles however you want. From top to bottom.
29 stars 10 forks source link

Wrong argument name #48

Closed iamjexcdevvv closed 1 year ago

iamjexcdevvv commented 1 year ago

There is a mistakes on your code on line 1792 its supposed to be IsValidVehicle(vehicleid) not IsValidVehicle(id)

vehicle_plus.inc(1792) : error 017: undefined symbol "id"; did you mean "I@"?

iamjexcdevvv commented 1 year ago

Also I just wanna report this warning after compiling can you also please fix this? cuz its annoying btw that's all for now, I'll create additional issue if I found some bugs or errors again

warning 203: symbol is never used: "_yT@Vehicle_DistanceTravelled" warning 203: symbol is never used: "_yT@Vehicle_HealthTrack"

Mergevos commented 1 year ago

Also I just wanna report this warning after compiling can you also please fix this? cuz its annoying btw that's all for now, I'll create additional issue if I found some bugs or errors again

warning 203: symbol is never used: "_yT@Vehicle_DistanceTravelled" warning 203: symbol is never used: "_yT@Vehicle_HealthTrack"

Open separate issue for this.