IsVehicleTyreBurst returning number instead of bool now

It was bool before, now reference says it’s “vehicle” so you need to change if IsVehicleTyreBurst(veh,tyre) then to if IsVehicleTyreBurst(veh,tyre)~=0 then or something. And you will need to change it back when it will become bool again.

Fixed in this commit:

1 Like