sethduda / AdvancedTowing

Advanced Towing (Arma 3)
http://steamcommunity.com/sharedfiles/filedetails/?id=639837898
33 stars 27 forks source link

Vehicles float when towed over water #4

Closed sethduda closed 8 years ago

sethduda commented 8 years ago

Only boats should float when towed over water

sethduda commented 8 years ago

Here's an example video:

https://www.youtube.com/watch?v=2yl9g7KHCD4&feature=youtu.be

ka0sCODE commented 8 years ago

You could make an identifier for surfaceType,

_surface = surfaceType position player; <- Use that in debug console, to figure out the surfaces, and block the surface / detach vehicle on contact with surface to disallow.

sethduda commented 8 years ago

This has been fixed in v1.2