dazholmes 4 Posted April 27, 2014 (edited) So first what you want to do is save this script as repairflip.sqf save it in the folder C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\MPMissions\Altis_Life_RPG.Altis\fusionsmenu\admin\tools /////////////////////////////////// // Simple Vehicle Repair & Flip Vehicle Script For Arma 3 // by TAW DAZ _timeForRepair = 5; _vehicle = vehicle player; hint format ["Please wait %1 seconds for repair/flip",_timeForRepair]; sleep _timeForRepair; if (_vehicle == player) then {_vehicle = cursorTarget;}; _vehicle setfuel 1; _vehicle setdamage 0; _vehicle = nil; _vehicle = _this select 0; _vehicle setvectorup [0,0,1]; Next go to C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\MPMissions\Altis_Life_RPG.Altis\fusionsmenu\admin And Open tools.sqf Scroll down a little till you find a line called ToolsMenu = Then add this line at the bottom ["Repair Vehicle(s)", [8], "", -5, [["expression", format[_EXECscript1,"repairflip.sqf"]]], "1", "1"], It should look like this. Then go back to C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\MPMissions and update your folder to pbo Done. Here you can see the script working http://i.imgur.com/zIMMZUy.jpg (213 kB) http://i.imgur.com/pSlwNik.jpg (210 kB) Edited February 11, 2015 by Dazholmes Share this post Link to post Share on other sites
fusion13 11 Posted April 27, 2014 Cool little scirpt Share this post Link to post Share on other sites
Joeri 10 Posted April 28, 2014 Thanks for sharing this with us definitely useful for my server ! Share this post Link to post Share on other sites