arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/ActionMenu/tools/flipvehicle.sqf
2022-04-21 16:15:41 +03:00

1 line
205 B
Plaintext
Executable File

(getPos player nearestObject "LandVehicle") setVectorUp [0, 0, 1];
_temp = (getPos player nearestObject "LandVehicle");
_type_of = typeOf _temp;
titleText ["Vehicle flipped.", "PLAIN DOWN"];titleFadeOut 3;