arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/ActionMenu/tools/flipvehicle.sqf

1 line
205 B
Plaintext
Raw Normal View History

2022-04-21 16:15:41 +03:00
(getPos player nearestObject "LandVehicle") setVectorUp [0, 0, 1]; _temp = (getPos player nearestObject "LandVehicle"); _type_of = typeOf _temp; titleText ["Vehicle flipped.", "PLAIN DOWN"];titleFadeOut 3;